parser: rename it back to Pos()
This commit is contained in:
parent
8e99146570
commit
77c7bc18c5
@ -18,7 +18,7 @@ const (
|
||||
type Node interface {
|
||||
String() string
|
||||
Type() NodeType
|
||||
Start() scanner.Pos
|
||||
Pos() scanner.Pos
|
||||
End() scanner.Pos
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user