Fix lint errors

New environment, forgot to setup it properly...
This commit is contained in:
Deluan 2020-07-10 13:11:02 -04:00
parent 5620c58a30
commit 9e35534dad
4 changed files with 4 additions and 4 deletions

View file

@ -2,6 +2,7 @@ package core
import (
"context"
"github.com/deluan/navidrome/model/request"
)
@ -12,4 +13,3 @@ func userName(ctx context.Context) string {
return user.UserName
}
}