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.
|
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"
|
|
)
|