mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Fix lint errors
This commit is contained in:
parent
1a8bef0743
commit
5d81849603
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ import (
|
|||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
type Level uint8
|
||||
type Level uint32
|
||||
|
||||
type LevelFunc = func(ctx interface{}, msg interface{}, keyValuePairs ...interface{})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue