This commit is contained in:
Nick Craig-Wood 2012-12-24 00:03:18 +00:00
parent c3671907cb
commit 12658efef2
1 changed files with 3 additions and 4 deletions

View File

@ -348,7 +348,6 @@ func (fs *FsObject) get(c *swift.Connection, container string) {
}
}
// Read FsObjects on in and download them
func downloader(c *swift.Connection, container string, in FsObjectsChan, wg *sync.WaitGroup) {
defer wg.Done()