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:
parent
4e11d31818
commit
6aea0515c4
2 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue