Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 511 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 511 Bytes

go-web-application-skeleton

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.

Usage

$ 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