Files

17 lines
626 B
Go
Raw Permalink Normal View History

2020-04-26 11:01:26 +08:00
package static
const (
Splice = "/" //文件分割符
LineFeed = "\n" //换行符
LeftBrace = "{" //左大括号
RightBrace = "}" //右大括号
DoubleInclinedRod = "//" //创斜杆
Colon = ":" //冒号
TimeT = "time.Time" //时间类型
IniAddress = "reverse/config.ini" //ini文件地址
Common = "common" //ini文件通用配置的section名
DataBase = "database" //ini文件数据库配置的section名
MapType = "type_mapping" //ini文件类型映射的section名
)