A set of packages for reuse within Heroku Go applications.
- protoc-gen-loggingtags: a protoc plugin to mark which message fields are safe to log
- s3env: utility to manage ENV vars in an S3 bucket
The Makefile provides a few targets to help ensure the code is linted and tested.
lint Runs golangci-lint. Override defaults with LINT_RUN_OPTS
test Runs go test. Override defaults with GOTEST_OPT
coverage Generates a coverage profile and opens a web browser with the results
proto Regenerate protobuf files