Build backend pure Go. this is repository example, how to build backend service without any framework
- Golang version 1.7+
- Glide; click https://github.com/Masterminds/glide
- Install Glide https://github.com/Masterminds/glide
- Install Dependecies
$ glide install
- Unit test
$ make test
$ make format