mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
Do not require checking for errors returned from fmt.Fprint
This fixes `make errcheck` error found in lib/logger
This commit is contained in:
parent
1f271a9815
commit
c931a540f4
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
fmt.Fprintf
|
||||
fmt.Fprint
|
||||
(net/http.ResponseWriter).Write
|
||||
|
|
Loading…
Reference in a new issue