1
1
mirror of https://github.com/go-gitea/gitea synced 2025-02-02 13:04:37 +00:00

10 lines
246 B
Go
Raw Normal View History

2016-12-28 20:03:40 -05:00
package require
// TestingT is an interface wrapper around *testing.T
type TestingT interface {
Errorf(format string, args ...interface{})
FailNow()
}
//go:generate go run ../_codegen/main.go -output-package=require -template=require.go.tmpl