Constants
const (
EOF = -(iota + 1)
Ident
Int
Float
Char
String
RawString
Comment
)
The result of Scan is one of these tokens or a Unicode character.
扫描的结果是这些标记之一或一个Unicode字符。
const (
EOF = -(iota + 1)
Ident
Int
Float
Char
String
RawString
Comment
)
The result of Scan is one of these tokens or a Unicode character.
扫描的结果是这些标记之一或一个Unicode字符。