I cannot figure out how to deploy my golang app properly. This is what my 
app.yaml file looks like. I would like to know how I can serve my golang 
App at the root url. The app listens on port :8080.

Could someone please help me figure out what's wrong with my app.yaml file 
and why my app isn't served at the url?

-----

service: gcs-write
runtime: go
api_version: go1
env: flex

# [START handlers]
handlers:
 - url: /(.*)
   script: gcs-write # My golang executable file is named "gcs-write"
   secure: always
# [END handlers]

-- 
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/20ecbcf8-09f7-49c7-be12-268aa6330839%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to