Skip to content

anz-bank/pkg

Repository files navigation

pkg

Go-Linux Godoc Slack chat

Common ANZ Go Packages

Development

  • 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

Working with protos

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