Versions in this module Expand all Collapse all v3 v3.0.0 Apr 9, 2023retracted Changes in this version + type DiffMatcher interface + UseDiffer func(matchers.Differ) + type Expectation func(actual any) *To + func New(t T, opts ...Opt) Expectation + type Opt func(To) To + func WithDiffer(d matchers.Differ) Opt + type T interface + Fatalf func(format string, args ...any) + type THelper interface + Helper func() + type To struct + func Expect(t T, actual any) *To + func (t *To) To(matcher matchers.Matcher) + type ToMatcher interface + Match func(actual any) (resultValue any, err error) Other modules containing this package github.com/poy/onpar github.com/poy/onpar/v2