Fix lint
This commit is contained in:
parent
63fbccf5a9
commit
c380139606
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -1,7 +1,7 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "net/http/pprof"
|
_ "net/http/pprof" //nolint:gosec
|
||||||
|
|
||||||
"github.com/navidrome/navidrome/cmd"
|
"github.com/navidrome/navidrome/cmd"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue