1
0
mirror of https://github.com/rclone/rclone.git synced 2025-02-14 21:23:01 +02:00
This commit is contained in:
Nick Craig-Wood 2012-12-24 00:03:18 +00:00
parent c3671907cb
commit 12658efef2

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()