10 lines
175 B
Go
10 lines
175 B
Go
package constant
|
|
|
|
var (
|
|
GeodataMode bool
|
|
GeoAutoUpdate bool
|
|
GeoUpdateInterval int
|
|
GeoIpUrl string
|
|
MmdbUrl string
|
|
GeoSiteUrl string
|
|
)
|