]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Expose GOPPROF for debugging torrent package
authorMatt Joiner <anacrolix@gmail.com>
Wed, 20 May 2015 12:20:11 +0000 (22:20 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 20 May 2015 12:20:11 +0000 (22:20 +1000)
client_test.go

index 75ef696fa906399e93adfb3e984041bd2a5739ea..39118f61f87c6d607ba7a07d644e5912ab3de2f2 100644 (file)
@@ -10,6 +10,7 @@ import (
        "testing"
        "time"
 
+       _ "github.com/anacrolix/envpprof"
        "github.com/anacrolix/utp"
        "github.com/bradfitz/iter"
        "gopkg.in/check.v1"