Skip to content
/ x Public
forked from heroku/x

A set of packages for reuse within Heroku Go applications

License

Notifications You must be signed in to change notification settings

gomatic/x

 
 

Repository files navigation

x

CircleCI GoDoc Security Code Scanning - action

A set of packages for reuse within Heroku Go applications.

Commands

  • 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

Development

The Makefile provides a few targets to help ensure the code is linted and tested.

$ make help
target                         help
------                         ----
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
ci-lint                        Runs the ci based lint job locally.
ci-test                        Runs the ci based test job locally
ci-coverage                    Runs the ci based coverage job locally

'ci-' targets require the CircleCI cli tool: https://circleci.com/docs/2.0/local-cli/

About

A set of packages for reuse within Heroku Go applications

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.9%
  • Makefile 1.1%