From da795ea9b35368a97d63ffe3e1b6866bec23727c Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 12 Jun 2016 06:57:17 +0200 Subject: Use special field instead of return value --- meta/torrent.go | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') diff --git a/meta/torrent.go b/meta/torrent.go index 09e2ef5..0813e3b 100644 --- a/meta/torrent.go +++ b/meta/torrent.go @@ -27,4 +27,5 @@ type Torrent struct { HTTPSeeds []string `bencode:"httpseeds,optional"` Info Info `bencode:"info"` URLList string `bencode:"url-list,optional"` + InfoHash []byte `bencode:"-"` } -- cgit v1.2.3