fix the lexers package name
This commit is contained in:
parent
377ea8edbb
commit
7d23782048
@ -1,7 +1,7 @@
|
||||
// The lexer package implements a lexical reader which can take in any
|
||||
// io.Reader. It does not care about the meaning or logical validity of the
|
||||
// tokens it parses out, it simply does its job.
|
||||
package lexer
|
||||
// The lex package implements a lexical reader which can take in any io.Reader.
|
||||
// It does not care about the meaning or logical validity of the tokens it
|
||||
// parses out, it simply does its job.
|
||||
package lex
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package lexer
|
||||
package lex
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
Loading…
Reference in New Issue
Block a user