Documentation ¶
Index ¶
Constants ¶
View Source
const ( StrLenEnd = ':' // 字节串 ${len}:${str} // len 是字节长度 IntStart = 'i' // 整数 i${value}e. 不能有前导 0. -0 非法. ListStart = 'l' // 列表 l[${item}]*e DictStart = 'd' // 字典 d[${strKey}${value}]*e End = 'e' // 整数, 列表和字典的结尾标记 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.