]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Use bitbucket.org/anacrolix/sync
authorMatt Joiner <anacrolix@gmail.com>
Mon, 8 Dec 2014 23:00:38 +0000 (17:00 -0600)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 8 Dec 2014 23:00:38 +0000 (17:00 -0600)
client.go

index 376c4f767d0ff7bd6a3a5de0b4e7d1230732628b..f03157626477c26a03c4e509571706dfc17a30d5 100644 (file)
--- a/client.go
+++ b/client.go
@@ -33,10 +33,11 @@ import (
        "path/filepath"
        "sort"
        "strings"
-       "sync"
        "syscall"
        "time"
 
+       "bitbucket.org/anacrolix/sync"
+
        "bitbucket.org/anacrolix/go.torrent/internal/pieceordering"
 
        "github.com/h2so5/utp"