mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +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
e0a4c37fc1
commit
cff0cb297c
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
fmt.Fprintf
|
fmt.Fprintf
|
||||||
|
fmt.Fprint
|
||||||
(net/http.ResponseWriter).Write
|
(net/http.ResponseWriter).Write
|
||||||
|
|
Loading…
Reference in a new issue