1
0
Fork 0
forked from forgejo/forgejo

golint fixed for modules/base

This commit is contained in:
Lunny Xiao 2016-11-24 15:17:44 +08:00
parent 3917ed45de
commit fb3bb69ec6
2 changed files with 16 additions and 7 deletions

View file

@ -4,8 +4,10 @@
package base
// DocURL api doc url
const DocURL = "https://godoc.org/github.com/go-gitea/go-sdk/gitea"
type (
// TplName template relative path type
TplName string
)