Skip to content

ag-studies/go-appengine-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-appengine-sample

Go App Engine Sample

deploying

$ appcfg.py update app.yaml

testing

$ goapp test -run ^TestHandler$ -v

Now you running in your browser: {app-id}.appspot.com. In my case app-id is "ag-ifpb-pod".

result for running

screen-log

result for testing

screen-log