mirror of
https://gitea.com/gitea/tea.git
synced 2025-09-03 02:18:30 +02: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