mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-22 14:08:39 +01:00
Added a comment.
This commit is contained in:
parent
437506313d
commit
03a3fd5b8e
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ import (
|
||||||
"jaytaylor.com/html2text"
|
"jaytaylor.com/html2text"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Get new articles for specified feed.
|
||||||
func getArticles(feedURL string, max int) (string, error) {
|
func getArticles(feedURL string, max int) (string, error) {
|
||||||
|
|
||||||
type feedCache struct {
|
type feedCache struct {
|
||||||
|
|
Loading…
Reference in a new issue