8000 GitHub - ericzhang6222/pkg: Common ANZ Go packages
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ericzhang6222/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.14 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 grpcurl protoc-gen-go grpc prototool

After the initial installation run

make generate

About

Common ANZ Go packages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.1%
  • Makefile 1.9%
0