We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccfa7c commit e737e3eCopy full SHA for e737e3e
binding/toml.go
@@ -31,5 +31,5 @@ func decodeToml(r io.Reader, obj any) error {
31
if err := decoder.Decode(obj); err != nil {
32
return err
33
}
34
- return decoder.Decode(obj)
+ return validate(obj)
35
0 commit comments