Minimize Installation

1.Install go

2.Generate go mod

go mod init

3.Add go chassis

go get github.com/go-chassis/go-chassis/v2@v2.4.0

4.Use go mod

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