sievlev
Results
3
issues of
sievlev
If custom capture generate an error, then user will receive an error message with full struct name. ``` diff --git a/_examples/ini/main.go b/_examples/ini/main.go index be6ec9e..e483923 100644 --- a/_examples/ini/main.go +++ b/_examples/ini/main.go @@...
Node of type "strct" or "union" looses information from child nodes during formatting of error message Error message before fix: `/dev/stdin:1:5: unexpected token "a" (expected Value)` Error message after fix:...