I am trying to deploy a simple "hello world" application in Appengine standard - Go environment via the Admin API. There is one source file hello.go with one import "google.golang.org/appengine"
I followed the documentation here <https://cloud.google.com/appengine/docs/admin-api/deploying-overview> for deployment. But I got "can't find import: google.golang.org/appengine" error when I checked the status of the deployment. So I uploaded the google.golang.org library folder to Cloud Storage, but documentation seems to only show how to include single files individually from GCS buckets using the FileInfo type, which is not feasible for big imported libraries. I know all this will work with "gcloud app deploy", but I have to use the Admin API and standard environment. - Is there a way to tell Appengine to "go get" imported libraries? - Is there a way to include folders (not single files) from GCS bucket in deployment config files? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/0fdb5548-3c67-4ea4-9186-839ff77a1af5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
