From: nsf Date: Sat, 7 Jul 2012 16:26:10 +0000 (+0600) Subject: Clarify 'AddURL' -> 'AddWebSeedURL'. X-Git-Tag: v1.0.0~1199^2~18 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=832248ad254c2ee0b16d33eb722deae11823de11;p=btrtrc.git Clarify 'AddURL' -> 'AddWebSeedURL'. --- diff --git a/torrent/builder.go b/torrent/builder.go index a075ed45..e43a9131 100644 --- a/torrent/builder.go +++ b/torrent/builder.go @@ -94,7 +94,7 @@ func (b *Builder) SetEncoding(encoding string) { b.encoding = encoding } -func (b *Builder) AddURL(url string) { +func (b *Builder) AddWebSeedURL(url string) { b.urls = append(b.urls, url) }