JamesBLewis / pkg

Common ANZ Go packages

Home Page:https://pkg.go.dev/github.com/anz-bank/pkg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Common ANZ Go packages

https://pkg.go.dev/github.com/anz-bank/pkg

License:Apache License 2.0


Languages

Language:Go 98.6%Language:Makefile 1.4%