Skip to content

Commit 1dedc83

Browse files
committed
Add testifylint to godocs too
I checked the render locally.
1 parent bfa3ee9 commit 1dedc83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎doc.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@
88
// The mock package provides a system by which it is possible to mock your objects and verify calls are happening as expected.
99
//
1010
// 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.
11+
//
12+
// A [golangci-lint] compatible linter for testify is available called [testifylint].
13+
//
14+
// [golangci-lint]: https://golangci-lint.run/
15+
// [testifylint]: https://github.com/Antonboom/testifylint
1116
package testify

0 commit comments

Comments
 (0)