Using to GAE/Go easy!
$ brew install go
$ brew install app-engine-go-64
$ brew install app-engine-go-32
$ ghq get osamingo/gae-bp
# Change directory to osamingo/gae-bp
$ make init-install
./
├── src # Original source codes
├── static # Static files
└── vendor
└── src # Vendoring packages
see Makefile.
Released under the MIT License.