cgroup_exporter/.golangci.errcheck-exclude

5 lines
170 B
Plaintext
Raw Normal View History

2020-10-02 19:21:18 +00:00
// Used in HTTP handlers, any error is handled by the server itself.
(net/http.ResponseWriter).Write
// Never check for logger errors.
(github.com/go-kit/log.Logger).Log