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.
2 parents dd7fd71 + f4fc83a commit 6511076Copy full SHA for 6511076
schema/validator.go
@@ -92,7 +92,7 @@ func (v Validator) Validate(src io.Reader) error {
92
93
type unimplemented string
94
95
-func (v unimplemented) Validate(src io.Reader) error {
+func (v unimplemented) Validate(_ io.Reader) error {
96
return fmt.Errorf("%s: unimplemented", v)
97
}
98
0 commit comments