Add comments

This commit is contained in:
Fred Boniface
2024-04-10 20:46:20 +01:00
parent f903219276
commit 39405e6d6a
5 changed files with 24 additions and 19 deletions

View File

@@ -41,7 +41,7 @@ func NrodStream(url string, cfg *helpers.Configuration) (io.ReadCloser, error) {
}
// Run the data through the extractor function and return io.ReadCloser, error from
// directly
// that function directly
return NrodStreamExtract(resp)
}