linting
Linting to enforce code quality alongside tests.
testing adds test utilities and example tests to your Go service to establish good testing patterns from the start.
Add testing to any service that needs a consistent test infrastructure. The example table-driven tests and helper patterns give the team a template to follow — reducing the inconsistency that accumulates when each developer writes tests their own way.
verikt new my-service --language go --cap testing# or add to an existing service:verikt add testinglinting
pre-commit
ci-github