Do not require checking for errors returned from fmt.Fprint

This fixes `make errcheck` error found in lib/logger
This commit is contained in:
Aliaksandr Valialkin 2020-02-04 22:03:07 +02:00
parent 1f271a9815
commit c931a540f4

View File

@ -1,2 +1,3 @@
fmt.Fprintf
fmt.Fprint
(net/http.ResponseWriter).Write