Common ANZ Go Packages
- Pre-requisites: go, golangci-lint, GNU make
- Build with
make
- View build options with
make help
On OSX, after installing go 1.18 run
brew install golangci/tap/golangci-lint make
All generated code derived from Protobuf and gRPC definitions is committed to this repo, however if you need to regenerate the Go code or work with gRPC, install the following tools:
On OSX run
(cd /tmp; go get -u golang.org/x/tools/goimports)
brew install grpcurl protoc-gen-go grpc prototool
After the initial installation run
make generate