Get Started
# 1. Fetch go-bootstrap
go get github.com/go-bootstrap/go-bootstrap
# 2. cd to go-bootstrap
cd $GOPATH/src/github.com/go-bootstrap/go-bootstrap
# 3. Generate new project
go run main.go -dir github.com/$GIT_USER/$PROJECT_NAME
# 4. Go to your project and run it.
cd $GOPATH/src/github.com/$GIT_USER/$PROJECT_NAME && go run main.go
Original URL: http://feedproxy.google.com/~r/feedsapi/BwPx/~3/B7VWwbW8cEw/