From a7e99ff68c9b2c999bd33d5681bf97686b1edd16 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 11 Jun 2016 00:19:02 +0200 Subject: typo --- torrent/torrent.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'torrent/torrent.go') diff --git a/torrent/torrent.go b/torrent/torrent.go index f0c4b67..f6e7678 100644 --- a/torrent/torrent.go +++ b/torrent/torrent.go @@ -2,13 +2,13 @@ import "time" type File struct { Length int `bencode:"length"` - MD5Sum []byte `bencode:md5sum,omitempty"` + MD5Sum []byte `bencode:"md5sum,omitempty"` Path string `bencode:"path"` } type Info struct { Length int `bencode:"length"` - MD5Sum []byte `bencode:md5sum,omitempty"` + MD5Sum []byte `bencode:"md5sum,omitempty"` Name string `bencode:"name"` PieceLength int `bencode:"piece length"` Pieces []byte `bencode:"pieces"` -- cgit v1.2.3