diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-12-13 00:36:41 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-12-13 00:36:41 (GMT) |
commit | cccba3ce2e7a5797c84c78bce7e8d24fdcb8fce7 (patch) | |
tree | bd47642c036facf30b693a4c6a93131a14301f1d /src/helsinki.at/rhimport/fetcher.go | |
parent | 60a2313659b57f66d502d44729b6b78f07bd3883 (diff) |
GroupName should now be only supplied for music pools
added context SanityCheck before fetching files
Diffstat (limited to 'src/helsinki.at/rhimport/fetcher.go')
-rw-r--r-- | src/helsinki.at/rhimport/fetcher.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/helsinki.at/rhimport/fetcher.go b/src/helsinki.at/rhimport/fetcher.go index a86f7ca..7d406b2 100644 --- a/src/helsinki.at/rhimport/fetcher.go +++ b/src/helsinki.at/rhimport/fetcher.go @@ -146,7 +146,6 @@ func FetchFileLocal(ctx *ImportContext, uri *url.URL) (err error) { type FetchFunc func(*ImportContext, *url.URL) (err error) - // TODO: implement fetchers for: // archiv:// // public:// |