You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
276 B
12 lines
276 B
4 years ago
|
package common
|
||
|
|
||
|
var (
|
||
|
PageSize uint = 10
|
||
|
VisitorPageSize uint = 8
|
||
|
Version string = "0.3.9"
|
||
|
VisitorExpire float64 = 600
|
||
|
Upload string = "static/upload/"
|
||
|
Dir string = "config/"
|
||
|
MysqlConf string = Dir + "mysql.json"
|
||
|
)
|