1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 17:44:59 +09:00

GO-1825 Fix gci one more timr

This commit is contained in:
kirillston 2023-08-15 14:51:10 +02:00
parent 4e11d31818
commit 6aea0515c4
No known key found for this signature in database
GPG key ID: 88218A7F1109754B
2 changed files with 4 additions and 3 deletions

View file

@ -8,8 +8,6 @@ import (
"fmt"
"net"
"net/http"
//nolint: gosec
_ "net/http/pprof"
"os"
"os/signal"
"strconv"
@ -34,6 +32,9 @@ import (
"github.com/anyproto/anytype-heart/pb/service"
"github.com/anyproto/anytype-heart/pkg/lib/logging"
"github.com/anyproto/anytype-heart/util/debug"
//nolint: gosec
_ "net/http/pprof"
)
const defaultAddr = "127.0.0.1:31007"