1. Home
  2. Docs
  3. golang
  4. 内置库(包-package)
  5. text-scanner

text-scanner

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字符。

Was this article helpful to you? Yes No

How can we help?