Binaries are made available on the releases page. Alternatively, run the commands below to install from source:
# Install the proto compilers
go get -u github.com/golang/protobuf/protoc-gen-go
go get -u github.com/fiorix/protoc-gen-cobra
# Compile the from proto
go generate ./...
# Download dependencies
go get ./...
# Build
go build ./...
# Install
go install ./...
# Run
grpc-go-math-server
License
grpc-go Math Microservice (c) 2019 Felix Pojtinger