Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5f8482842 | |||
| e308b8e284 | |||
| 0c37c9eead | |||
| 03684b19dc |
+1
-4
@@ -11,11 +11,8 @@ var (
|
||||
)
|
||||
|
||||
var (
|
||||
// ErrUnacceptableRune indicates the read rune isn't acceptable in the context
|
||||
// ErrUnacceptableRune indicates the read rune
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user