Newer
Older
pokemon-go-trade / vendor / github.com / stretchr / testify / assert / assertion_format.go.tmpl
Simon Lindgren on 12 Feb 2021 184 bytes first commit
{{.CommentFormat}}
func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
	if h, ok := t.(tHelper); ok { h.Helper() }
	return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
}