mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-08 03:50:56 -04:00

`*json.UnmarshalTypeError` and `*json.SyntaxError` has a byte `Offset`, so use that. This commit also reworks/simplifies the errror line matching logic. This also makes the file reading unbuffered, but that should be fine in this error case. See #5324