Some checks are pending
Integration tests for the release process / release-simulation (push) Waiting to run
9 lines
169 B
Go
9 lines
169 B
Go
// Copyright 2014 The Gogs Authors. All rights reserved.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package base
|
|
|
|
type (
|
|
// TplName template relative path type
|
|
TplName string
|
|
)
|