mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-22 14:08:39 +01:00
Removed obsolete comment.
This commit is contained in:
parent
e01514d23f
commit
4d37b98220
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ func getArticles(feedURL string, max int) (string, error) {
|
|||
|
||||
// Create a hash as identifier for the feed.
|
||||
// The identifier will be used as filename for caching the update time.
|
||||
// ToDo: cachePath should probably be moved to ~/.cache/feed-to-muc
|
||||
h := fnv.New32a()
|
||||
h.Write([]byte(feedURL))
|
||||
if _, err := os.Stat(cachePath); os.IsNotExist(err) {
|
||||
|
|
Loading…
Reference in a new issue