Deploy it for prod:
$ goapp deploy .
Go to http://gae-test-1133.appspot.com/ (or replace with ) and notice that only one the runtime HELLO
is the correct value: prefetched: "", runtime: "hello world"
Now run it in dev:
$ goapp serve .
Go to http://localhost:8080 and both values are right: prefetched: "hello world", runtime: "hello world"
$ goapp version
go version go1.4.2 (appengine-1.9.28) darwin/amd64