Skip to content

Commit

Permalink
Move envpprof imports around
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Feb 21, 2020
1 parent ddddc63 commit 7d25cfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
"github.com/stretchr/testify/require"

"github.com/anacrolix/dht/v2"
_ "github.com/anacrolix/envpprof"
"github.com/anacrolix/missinggo"
"github.com/anacrolix/missinggo/v2/filecache"

Expand Down
1 change: 1 addition & 0 deletions internal/testutil/status_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"net/http"
"sync"

_ "github.com/anacrolix/envpprof"
"github.com/anacrolix/missinggo"
)

Expand Down
2 changes: 2 additions & 0 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import (
"log"
"os"
"testing"

_ "github.com/anacrolix/envpprof"
)

func init() {
Expand Down

0 comments on commit 7d25cfd

Please sign in to comment.