1
0

Started adding listitems

This commit is contained in:
konrad
2018-06-10 15:55:56 +02:00
committed by kolaente
parent abd21f0c14
commit 7bac9f490e
4 changed files with 37 additions and 0 deletions

View File

@ -34,6 +34,7 @@ func init() {
tables = append(tables,
new(User),
new(List),
new(ListItem),
)
}