This is my skeleton to start developing Web Applications with Golang.
I use echo, HTTP server framework, and go-bindata for embedding binary data in a Go program.
With this, I have my application in one file.
$ git clone https://github.com/gmonnerat/go-web-application-skeleton.git $GOPATH/src/github.com/gmonnerat/myapp
$ cd $GOPATH/src/github.com/gmonnerat/myapp
$ make
$ fresh