From dbb2936cdf76ca2045fd74b9be2d1eee2f98fde0 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Fri, 16 Feb 2018 11:03:21 +1100 Subject: [PATCH] TODO --- torrent.go | 1 + 1 file changed, 1 insertion(+) diff --git a/torrent.go b/torrent.go index 95e7aca1..ffaedb3f 100644 --- a/torrent.go +++ b/torrent.go @@ -75,6 +75,7 @@ type Torrent struct { // Read-locked for using storage, and write-locked for Closing. storageLock sync.RWMutex + // TODO: Only announce stuff is used? metainfo metainfo.MetaInfo // The info dict. nil if we don't have it (yet). -- 2.50.0