Re: [go-nuts] Deploying protobuf code on AppEngine standard

2018-02-01 Thread Josh Humphries
If the external packages can be located via your GOPATH, then `gcloud app deploy` should also be able to find the code and compile+deploy the app. You could also vendor the external packages (so they appear under a "vendor" folder in the same directory as your app's entry point and the rest of your

[go-nuts] Deploying protobuf code on AppEngine standard

2018-02-01 Thread s2gatev
Hey there! I'm trying to convert an AppEngine flexible setup to standard environment. I hit a problem with a piece of code that depends on some protobuf definitions. The problem is that the protobuf definitions import some external packages: import google_protobuf "github.com/golang/protobuf/pty