update vendor

This commit is contained in:
deepzz0
2017-07-09 03:33:28 +08:00
parent 5efdd72e58
commit e1ec5cd08a
97 changed files with 22636 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
t.FailNow()
}
}