mirror of
https://github.com/AlistGo/alist.git
synced 2025-05-05 22:34:08 +08:00
15 lines
167 B
Go
15 lines
167 B
Go
package conf
|
|
|
|
var (
|
|
BuiltAt string
|
|
GoVersion string
|
|
GitAuthor string
|
|
GitCommit string
|
|
Version string = "dev"
|
|
WebVersion string
|
|
)
|
|
|
|
var (
|
|
Conf *Config
|
|
)
|