From d684312a802caf5040626fadf488978e06cbed4a Mon Sep 17 00:00:00 2001 From: nsf Date: Thu, 5 Jul 2012 22:47:14 +0600 Subject: [PATCH] Add Builder docs. A bit shallow for now, but whatever. --- torrent/builder.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/torrent/builder.go b/torrent/builder.go index 95ed8816..6dd6eb6b 100644 --- a/torrent/builder.go +++ b/torrent/builder.go @@ -12,6 +12,9 @@ import ( "os" ) +// The Builder type is responsible for .torrent files construction. Just +// instantiate it, call necessary methods and then call the .Build method. While +// waiting for completion you can use 'status' channel to get status reports. type Builder struct { filesmap map[string]bool files []file -- 2.48.1