/
githubmirror
/
ignition
Обзор
Документация
Войти
/
githubmirror
/
ignition
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
5 строк
185 B
Stephen Lowrie
vendor: switch to go modules
06 мар 2019, 21:15
06 мар 2019, 21:15
62b617c
Код
Авторство
О чём код?
{{.CommentWithoutT "a"}} func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool { if h, ok := a.t.(tHelper); ok { h.Helper() } return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}}) }