Skip to content

cloud-bulldozer/go-commons

Repository files navigation

go-commons

codecov Go Report Card License

Running test locally

Use make to run lint and unittest locally. See make help for details

lint

The lint tests are executed using pre-commit. Make sure to install it before running.

unittest

The unittest tests are executed using ginkgo. Make sure to install it locally before running.