runtimeclass-debugger/pkg/metaserver
lakshit verma fd7ebe6b5c
lint: check the return values of Close calls
golangci-lint v2 with its default linters flags ten unchecked Close
returns (errcheck) that v1.64 did not report: the database and rows
handles in the SQLite store, the MetaServer response body and probe
connection, and the test fixtures.
2026-08-08 01:04:50 +05:30
..
client.go lint: check the return values of Close calls 2026-08-08 01:04:50 +05:30
client_test.go lint: check the return values of Close calls 2026-08-08 01:04:50 +05:30