feat(ReverseEngine):初始化工程
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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名
|
||||
)
|
||||
Reference in New Issue
Block a user