Golang Rest Api Service Example Go lang rest api service example How To Install cd $GOPATH/src/ Bash git clone https://github.com/tanphamhaiduong/golang-rest-api.git How to Build Bash go build How to Start Bash ./golang-rest-api How to Build and Start Bash go build && ./golang-rest-api