mirror of
https://github.com/rclone/rclone.git
synced 2024-11-24 09:24:05 +01:00
f7af730b50
This is using godep to manage the vendor directory.
7 lines
139 B
Cheetah
7 lines
139 B
Cheetah
{{.Comment}}
|
|
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
|
|
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
|
|
t.FailNow()
|
|
}
|
|
}
|