anz-bank / pkg

Common ANZ Go packages
https://pkg.go.dev/github.com/anz-bank/pkg
Apache License 2.0
1 stars 9 forks source link

pkg

Go-Linux Godoc Slack chat

Common ANZ Go Packages

Development

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