Skip to content

Commit

Permalink
Do not require checking for errors returned from fmt.Fprint
Browse files Browse the repository at this point in the history
This fixes `make errcheck` error found in lib/logger
  • Loading branch information
valyala committed Feb 4, 2020
1 parent e0a4c37 commit cff0cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions errcheck_excludes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
fmt.Fprintf
fmt.Fprint
(net/http.ResponseWriter).Write

0 comments on commit cff0cb2

Please sign in to comment.