Go lib
Shared libraries for Go projects.
Use in a project
go get github.com/a-novel/golib
Run the project locally
Prerequisites
Install the project dependencies.
go get ./... && go mod tidy
Work on the project
Make sure the project files are properly formatted.
make format
Run tests.
make test
Make sure your code is compliant with the linter.
make lint
If you create / update interfaces signatures, make sure to update the mocks.
mockery