Home
last modified time | relevance | path

Searched refs:wrapDecodeError (Results 1 – 4 of 4) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/pelletier/go-toml/v2/
H A Dstrict.go85 err.Errors = append(err.Errors, *wrapDecodeError(doc, &derr))
H A Derrors.go107 func wrapDecodeError(document []byte, de *decodeError) *DecodeError { func
H A Derrors_test.go166 err := wrapDecodeError(doc, &decodeError{
H A Dunmarshaler.go184 return wrapDecodeError(d.p.data, e)