mirror of
https://github.com/nkanaev/yarr.git
synced 2025-12-15 08:37:21 +00:00
item list functions
This commit is contained in:
3
main.go
3
main.go
@@ -23,7 +23,7 @@ func main() {
|
||||
store.RenameFeed(feed.Id, "newtitle")
|
||||
log.Print(store.ListFeeds())
|
||||
*/
|
||||
/*
|
||||
/*;
|
||||
items := make([]storage.Item, 3, 3)
|
||||
items = append(items, storage.Item{
|
||||
Id: "id",
|
||||
@@ -65,5 +65,6 @@ func main() {
|
||||
Image: "image",
|
||||
})
|
||||
log.Print(store.CreateItems(items))
|
||||
log.Print(store.ListItems())
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user