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
|
// The lex package implements a lexical reader which can take in any io.Reader.
|
||||||
// io.Reader. It does not care about the meaning or logical validity of the
|
// It does not care about the meaning or logical validity of the tokens it
|
||||||
// tokens it parses out, it simply does its job.
|
// parses out, it simply does its job.
|
||||||
package lexer
|
package lex
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package lexer
|
package lex
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
Loading…
Reference in New Issue
Block a user