@ -0,0 +1,7 @@
package assert
// test is the interface used for tests.
type test interface {
Errorf(format string, args ...any)
FailNow()
}
The note is not visible to the blocked user.