chore: update linter.

This commit is contained in:
Fernandez Ludovic
2020-05-09 17:30:12 +02:00
parent c4809bbe21
commit 90425015d5
2 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,8 @@
"gochecknoinits", "gochecknoinits",
"gomnd", "gomnd",
"wsl", "wsl",
"goerr113",
"testpackage",
] ]
[issues] [issues]

2
app.go
View File

@ -19,7 +19,7 @@ import (
"github.com/gorilla/websocket" "github.com/gorilla/websocket"
) )
// Units // Units.
const ( const (
_ = iota _ = iota
KB int64 = 1 << (10 * iota) KB int64 = 1 << (10 * iota)