Skip to content

Commit

Permalink
Add testifylint to godocs too
Browse files Browse the repository at this point in the history
I checked the render locally.
  • Loading branch information
brackendawson committed Mar 7, 2024
1 parent bfa3ee9 commit 1dedc83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc.go
Expand Up @@ -8,4 +8,9 @@
// The mock package provides a system by which it is possible to mock your objects and verify calls are happening as expected.
//
// The suite package provides a basic structure for using structs as testing suites, and methods on those structs as tests. It includes setup/teardown functionality in the way of interfaces.
//
// A [golangci-lint] compatible linter for testify is available called [testifylint].
//
// [golangci-lint]: https://golangci-lint.run/
// [testifylint]: https://github.com/Antonboom/testifylint
package testify

0 comments on commit 1dedc83

Please sign in to comment.