item list functions
This commit is contained in:
parent
1200ef7846
commit
064c5fca6a
2 changed files with 62 additions and 1 deletions
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())
|
||||
*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue