Documentation ¶
Index ¶
Constants ¶
View Source
const ( ESCAPE = 92 // 转义字符'\' QUOTE = 34 // 双引号'"' NEWLINE = 10 // 换行符'\n' ASTERISK = 42 // 星号'*' SLASH = 47 // 斜线'/' HASH = 35 // 井号'#' CARRIAGE = 13 // 回车符'\r' )
定义常量
Variables ¶
This section is empty.
Functions ¶
func TrimCommentWrapper ¶
TrimCommentWrapper 函数处理字节数组,主要是处理注释并返回新的字节数组\
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.