2
0
mirror of synced 2025-02-24 14:48:27 +00:00

client.go: Missing perf import

This commit is contained in:
Matt Joiner 2015-07-17 21:45:44 +10:00
parent 0600c3b5e3
commit 84fc3aab0f

View File

@ -23,6 +23,7 @@ import (
"syscall"
"time"
"github.com/anacrolix/missinggo/perf"
"github.com/anacrolix/sync"
"github.com/anacrolix/utp"
"github.com/bradfitz/iter"