The package does not pass the nilness analyzer.
❯ go run golang.org/x/tools/go/analysis/passes/nilness/cmd/nilness@latest ./...
-: impossible condition: non-nil == nil
/home/thomas/code/github.com/getkin/kin-openapi/openapi3/schema.go:1418:64: tautological condition: non-nil != nil
exit status 3
It would be nice to fix this :)
The package does not pass the nilness analyzer.
It would be nice to fix this :)