Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build failures #4

Open
joe-getcouragenow opened this issue Jul 10, 2020 · 3 comments
Open

build failures #4

joe-getcouragenow opened this issue Jul 10, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@joe-getcouragenow
Copy link

joe-getcouragenow commented Jul 10, 2020

THis is a very nice demo of what can be done with golang and flutter together.

Not sure if this is stable yet but on MAIN branch things are broken.

Might be worth making a makefile in root.

go mod init
go: creating new go.mod: module github.com/google/note-maps

cd note-maps 
➜  note-maps git:(main) ✗ go run .
go: finding module for package github.com/google/subcommands
go: finding module for package github.com/google/note-maps/notes/notespb
go: finding module for package gopkg.in/yaml.v3
go: downloading gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
go: found github.com/google/subcommands in github.com/google/subcommands v1.2.0
go: found gopkg.in/yaml.v3 in gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
go: finding module for package github.com/google/note-maps/notes/notespb
config.go:25:2: no matching versions for query "latest"

@jtacoma
Copy link
Member

jtacoma commented Jul 20, 2020

Thanks, I was pretty happy to figure out that communication channel for a minimum of platform specific glue code. I'm not focused on the mobile app part of the code these days, but I do hope to get back to it. I'll see what I can do about this.

@joe-getcouragenow
Copy link
Author

Its really great what your doing... important work to show what can be done and use as much forward engineering / code gen as possible.

I will try out things a bit more ..

@jtacoma jtacoma closed this as completed in c2f46b1 Aug 3, 2020
@jtacoma
Copy link
Member

jtacoma commented Aug 3, 2020

Whoops! My commit message was not meant to resolve this issue. It says "partially resolves" but the word "resolves" matched a rule and this issue was closed. I'm re-opening because, as the commit says, the mobile app doesn't actually build right now.

@jtacoma jtacoma reopened this Aug 3, 2020
@jtacoma jtacoma added the bug Something isn't working label Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants