Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ef0e093aaa | |||
| 16f39fb87b | |||
| eb9261b478 | |||
| 0098052142 | |||
| a02326a0a6 |
+4
-1
@@ -11,8 +11,11 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// ErrUnacceptableRune indicates the read rune
|
// ErrUnacceptableRune indicates the read rune isn't acceptable in the context
|
||||||
ErrUnacceptableRune = errors.New("rune not acceptable in context")
|
ErrUnacceptableRune = errors.New("rune not acceptable in context")
|
||||||
|
|
||||||
|
// ErrNotImplemented indicates something hasn't been implemented yet
|
||||||
|
ErrNotImplemented = errors.New("not implemented")
|
||||||
)
|
)
|
||||||
|
|
||||||
// Error represents a generic parsing error
|
// Error represents a generic parsing error
|
||||||
|
|||||||
Reference in New Issue
Block a user