1
0
Fork 0
forked from forgejo/forgejo

Remove unused vendor github.com/stretchr/testify/require (#3273)

This commit is contained in:
Antoine GIRARD 2017-12-31 02:11:08 +01:00 committed by Bo-Yi Wu
parent 3850bad4c0
commit d2736e268b
8 changed files with 0 additions and 1727 deletions

View file

@ -1,9 +0,0 @@
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 -include-format-funcs