Generates a lean and mean Go web project.
$GOPATH/bin
is in your $PATH
# 1. Fetch go-bootstrap
go get github.com/go-bootstrap/go-bootstrap
# 2. Generate new project
$GOPATH/bin/go-bootstrap -dir github.com/$GIT_USER/$PROJECT_NAME -template {core|postgresql|mysql}
# 3. Go to your project and run it.
cd $GOPATH/src/github.com/$GIT_USER/$PROJECT_NAME && go run main.go
go-bootstrap is released under the MIT License and maintained on GitHub.