gitea/modules/base/base.go
2016-11-07 14:49:25 +01:00

12 lines
264 B
Go

// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package base
const DocURL = "https://godoc.org/github.com/go-gitea/go-sdk"
type (
TplName string
)