Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Extend Makefile for more source code quality targets
The Makefile contains now additional commands to support during development and aim for a higher source code quality: - go vet - go fmt - same unit tests run command like travis - static analysis - and a target to run all together
- Loading branch information