Service Template of Go Microservices
This is an example microservice providing Get/Post API endpoint using native go-kit library.
- Ensure you've installed golang following installation tutorial
- download this repo using git.
- under the source code directory (e.g.: $HOME/Code/go/src/go-service-template
), run
go install ./...to compile it