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