micro-service startup based on web framework of gin
export GOROOT=/usr/local/go
export GOPATH=$HOME/your/go/code
for more help about go install
git clone git@github.com:kevinchendev/micros.git
go get -u github.com/ddollar/forego
go get -u github.com/ddollar/rerun
forego start
TODO:
- Add RPC service
- Service start
- Add CI test
- Add Dockerfile