This commit is contained in:
Deluan
2023-03-15 13:10:14 -04:00
parent 63fbccf5a9
commit c380139606
+1 -1
View File
@@ -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"
) )