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,16 +0,0 @@
package require
// Assertions provides assertion methods around the
// TestingT interface.
type Assertions struct {
t TestingT
}
// New makes a new Assertions object for the specified TestingT.
func New(t TestingT) *Assertions {
return &Assertions{
t: t,
}
}
//go:generate go run ../_codegen/main.go -output-package=require -template=require_forward.go.tmpl -include-format-funcs