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 e0a4c37fc1
commit cff0cb297c

View file

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