1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-16 07:18:37 +00:00

remove unused vendor packages (#1620)

This commit is contained in:
Lunny Xiao
2017-04-27 18:10:34 +08:00
committed by Bo-Yi Wu
parent e4a0a04829
commit e3c2963222
18 changed files with 0 additions and 1558 deletions

View File

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