Closed bart0sh closed 2 months ago
Fixed VSCode(gopls check) warnings:
$ find . -name \*.go | xargs gopls check cmd/cdi/cmd/cdi-api.go:287:25-39: unused parameter: spec cmd/cdi/cmd/cdi-api.go:287:41-53: unused parameter: verbose pkg/cdi/spec-dirs_test.go:230:20-32: unused parameter: t [windows] pkg/cdi/spec-dirs_test.go:230:20-32: unused parameter: t pkg/cdi/spec-dirs_test.go:189:4: ineffectual assignment to err
@elezar fixed CI failure. PTAL again, thanks!
@klihub Can you review & merge?
Just a sec. Lemme skim through it...
Fixed VSCode(gopls check) warnings: