Move envpprof imports around

This commit is contained in:
Matt Joiner 2020-02-21 12:58:47 +11:00
parent ddddc63924
commit 7d25cfdd1d
3 changed files with 3 additions and 1 deletions

View File

@ -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"

View File

@ -6,6 +6,7 @@ import (
"net/http"
"sync"
_ "github.com/anacrolix/envpprof"
"github.com/anacrolix/missinggo"
)

View File

@ -4,6 +4,8 @@ import (
"log"
"os"
"testing"
_ "github.com/anacrolix/envpprof"
)
func init() {