basic importing works

This commit is contained in:
2021-08-01 18:50:53 -04:00
parent ebbdb99f37
commit 39fd64ace7
5 changed files with 144 additions and 6 deletions

View File

@@ -353,6 +353,10 @@ func (l *List) ListMembers() []ListKeyValue {
return l.listItems
}
func (l *List) SetMembers(lkv []ListKeyValue) {
l.listItems = lkv
}
// BookDetails displays an editable list of book details
type BookDetails struct {
x, y int