Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 683 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 683 Bytes

MICROS

micro-service startup based on web framework of gin

Install go:

export GOROOT=/usr/local/go
export GOPATH=$HOME/your/go/code

for more help about go install

Entry GOPATH/src dir and clone:

git clone git@github.com:kevinchendev/micros.git

Install tools:

go get -u github.com/ddollar/forego
go get -u github.com/ddollar/rerun

Start:

forego start

image

TODO:

  • Add RPC service
  • Service start
  • Add CI test
  • Add Dockerfile