mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
feat: basic structure
This commit is contained in:
14
conf/var.go
Normal file
14
conf/var.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package conf
|
||||
|
||||
var (
|
||||
BuiltAt string
|
||||
GoVersion string
|
||||
GitAuthor string
|
||||
GitCommit string
|
||||
Version string = "dev"
|
||||
WebVersion string
|
||||
)
|
||||
|
||||
var (
|
||||
Conf *Config
|
||||
)
|
||||
Reference in New Issue
Block a user