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",
"gomnd",
"wsl",
"goerr113",
"testpackage",
]
[issues]

2
app.go
View File

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