Get source
$ go get github.com/pangpanglabs/echosample
Test
$ go test github.com/pangpanglabs/echosample/...
Run
$ cd $GOPATH/src/github.com/pangpanglabs/echosample
$ go run main.go
Visit http://127.0.0.1:8080/
Install
$ go get github.com/codegangsta/gin
Run
$ gin -a 8080  -i --all r
Visit http://127.0.0.1:3000/
- web framework: echo framework
 - orm tool: xorm
 - logger : logrus
 - configuration tool: viper
 - validator: govalidator
 - utils: https://github.com/pangpanglabs/goutils