We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e523a50 commit 93fea36Copy full SHA for 93fea36
text/scanner/README.md
@@ -6,7 +6,9 @@
6
- [func (pos *Position) IsValid() bool](IsValid.md)
7
- [func (pos Position) String() string](String.md)
8
- type Scanner
9
+
10
Scanner用于从io.Reader中读取Unicode字符或词法单元
11
12
- [func (s *Scanner) Init(src io.Reader) *Scanner](Init.md)
13
- [func (s *Scanner) Next() rune](Next.md)
14
- [func (s *Scanner) Peek() rune](Peek.md)
0 commit comments