add nolint.

This commit is contained in:
Miroslav Šedivý
2020-10-28 22:21:31 +01:00
parent f5fcf724f4
commit 7ec3d5ac6d
3 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,7 @@ func errResponse(input interface{}) *ErrResponse {
var res *ErrResponse
var err interface{}
//nolint
switch input.(type) {
case *HandlerError:
e := input.(*HandlerError)