Add test dependencies back to vendor directory

This commit is contained in:
Nick Craig-Wood 2016-11-19 10:22:36 +00:00
parent 09897c8d0d
commit e19b30bd26
28 changed files with 5404 additions and 0 deletions

View file

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