parser: use GetPositionalLength() on TextParser.Discard() and TextParser.Emit()

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-09-03 17:43:10 +00:00
parent 8cc75da138
commit 30a86e170b
3 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module asciigoat.org/ini
go 1.19
require (
asciigoat.org/core v0.3.7
asciigoat.org/core v0.3.9
github.com/mgechev/revive v1.3.3
golang.org/x/tools v0.12.0
)