Initial commit, source code of Gitea 1.23.1
This commit is contained in:
9
modules/base/base.go
Normal file
9
modules/base/base.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright 2014 The Gogs Authors. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
package base
|
||||
|
||||
type (
|
||||
// TplName template relative path type
|
||||
TplName string
|
||||
)
|
Reference in New Issue
Block a user