This commit is contained in:
Deluan 2023-03-15 13:10:14 -04:00
parent 63fbccf5a9
commit c380139606
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package main
import (
_ "net/http/pprof"
_ "net/http/pprof" //nolint:gosec
"github.com/navidrome/navidrome/cmd"
)