Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 240 Bytes

File metadata and controls

12 lines (8 loc) · 240 Bytes

Go "Hello, world!" on appengine

To deploy:

$ goapp deploy -oauth -application runefinder-go appengine

Where:

  • runefinder-go is the app identifier on App Engine
  • appengine is the directory containing the app.yml file.