Location now stores width instead of Error
This commit is contained in:
parent
050c956787
commit
7914f0df45
@ -12,7 +12,6 @@ const (
|
|||||||
|
|
||||||
type Error struct {
|
type Error struct {
|
||||||
Location
|
Location
|
||||||
width int
|
|
||||||
message string
|
message string
|
||||||
kind ErrorKind
|
kind ErrorKind
|
||||||
}
|
}
|
||||||