Go modules and Google cloud, having trouble in renning code!

Lex Hoffman Responses • 2 Posted • Mar 16 2019
Not sure if this is the best place but I'm having a hard time deploying my app with go 1.11 and go modules. My directory structure is pretty simple.
Main.go App.yaml API/ Database/
When I deploy and I have the Go111module variable set to on, it complains not satisfying all requirements .
My app.yaml looks like this runtime: go111 env: flex service: <my service> Env variables and url handlers go here's

and some auto scaling Edit: sorry there is also go.mod and go.sum files as well at the root

Write your response...

On a mission to build Next-Gen Community Platform for Developers