]> Sergey Matveev's repositories - btrtrc.git/blobdiff - cmd/tracker-announce/main.go
Merge all the tracker packages, why would anyone want them separately?
[btrtrc.git] / cmd / tracker-announce / main.go
index 499b180a0cf3825c7e7cc5e7c86da7b946d1ad18..eee4720119ff6659fb665474ff461b4b7b71f1ce 100644 (file)
@@ -9,8 +9,6 @@ import (
 
        "github.com/anacrolix/torrent"
        "github.com/anacrolix/torrent/tracker"
-       _ "github.com/anacrolix/torrent/tracker/http"
-       _ "github.com/anacrolix/torrent/tracker/udp"
 )
 
 func argSpec(arg string) (ts *torrent.TorrentSpec, err error) {