Minimize Installation

1.Install go 1.12+

2.Generate go mod

go mod init

3.Add go chassis

GO111MODULE=on go get github.com/go-chassis/go-chassis

4.Use go mod bash GO111MODULE=on go mod download #optional GO111MODULE=on go mod vendor if you are facing network issue

export GOPROXY=https://goproxy.io

5.Install service-center

6.Write your first http micro service

Use gRPC communication

follow https://developers.google.com/protocol-buffers/docs/gotutorial to install grpc

Write your first grpc micro service