mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-20 12:46:17 +08:00
7 lines
57 B
Go
7 lines
57 B
Go
![]() |
package conf
|
||
|
|
||
|
var (
|
||
|
Conf *Config
|
||
|
SitePath string
|
||
|
)
|