Home
last modified time | relevance | path

Searched refs:StrictMissingError (Results 1 – 3 of 3) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/pelletier/go-toml/v2/
H A Derrors.go31 type StrictMissingError struct { struct
37 func (s *StrictMissingError) Error() string { argument
42 func (s *StrictMissingError) String() string { argument
H A Dstrict.go79 err := &StrictMissingError{
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/pelletier/go-toml/v2/internal/imported_tests/
H A Dunmarshal_imported_test.go1985 require.IsType(t, &toml.StrictMissingError{}, err)
1986 se := err.(*toml.StrictMissingError)