mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-20 04:36:09 +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
|
||
|
)
|