Fix lint issues

This commit is contained in:
9seconds
2018-05-31 09:54:20 +03:00
parent dd56f808ab
commit a160ac4ac4
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ func main() {
}
func usage(msg string) {
io.WriteString(os.Stderr, msg+"\n")
io.WriteString(os.Stderr, msg+"\n") // nolint: errcheck
os.Exit(1)
}