Expose GOPPROF for debugging torrent package

This commit is contained in:
Matt Joiner 2015-05-20 22:20:11 +10:00
parent 7f9d6eed78
commit 5b750e8dbd
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import (
"testing" "testing"
"time" "time"
_ "github.com/anacrolix/envpprof"
"github.com/anacrolix/utp" "github.com/anacrolix/utp"
"github.com/bradfitz/iter" "github.com/bradfitz/iter"
"gopkg.in/check.v1" "gopkg.in/check.v1"