init project

This commit is contained in:
Lunny Xiao
2018-09-03 14:43:00 +08:00
commit 9d5cda4bfe
15 changed files with 1300 additions and 0 deletions

View 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
)