mirror of
https://github.com/prometheus-community/smartctl_exporter.git
synced 2024-11-16 01:33:07 +01:00
5 lines
170 B
Text
5 lines
170 B
Text
|
// 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
|