mirror of
https://github.com/go-gitea/git.git
synced 2026-02-05 15:45:40 +01:00
* Refactor branch list using src-d/go-git and add GetRefs function * Fix copyright * Fix to reuse ObjectType * Add function to filter refs by prefix * Fix import order * Optimize if structure
6 lines
184 B
Cheetah
6 lines
184 B
Cheetah
{{.CommentFormat}}
|
|
func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
|
|
if h, ok := t.(tHelper); ok { h.Helper() }
|
|
return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
|
|
}
|