mirror of
https://gitea.com/gitea/tea.git
synced 2025-10-30 16:55:25 +01:00
init project
This commit is contained in:
10
modules/setting/setting.go
Normal file
10
modules/setting/setting.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright 2018 The Gitea 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 setting
|
||||
|
||||
var (
|
||||
AppVer string
|
||||
AppBuiltWith string
|
||||
)
|
||||
Reference in New Issue
Block a user