diff --git a/tinyssert/tinyssert.go b/tinyssert/tinyssert.go index db4c463..e9d9133 100644 --- a/tinyssert/tinyssert.go +++ b/tinyssert/tinyssert.go @@ -160,6 +160,8 @@ type Assertions interface { CallerInfo() []string } +// New constructs a new implementation of [Assertions]. Use `opts` to customize the behaviour +// of the implementation. func New(opts ...Option) Assertions { a := &assertions{ panic: false,