Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-08 10:59:15 +00:00
parent cab87b9b3e
commit d0307610bc
46 changed files with 1183 additions and 995 deletions

View File

@@ -31,6 +31,7 @@ Url: "http://feeds.bbci.co.uk/news/rss.xml",
})
fmt.Println(rsp, err)
}
```
## Feed
@@ -58,6 +59,7 @@ func ReadAfeed() {
})
fmt.Println(rsp, err)
}
```
## List
@@ -84,6 +86,7 @@ func ListRssFeeds() {
})
fmt.Println(rsp, err)
}
```
## Remove
@@ -111,5 +114,6 @@ func RemoveAfeed() {
})
fmt.Println(rsp, err)
}
```