further simplifications
This commit is contained in:
parent
7f3be2caec
commit
b3a5c0b19e
6 changed files with 1 additions and 86 deletions
|
|
@ -11,7 +11,6 @@ import (
|
|||
type Store struct {
|
||||
db *sql.DB
|
||||
cakes []models.Cake
|
||||
users map[string]models.User
|
||||
}
|
||||
|
||||
func OpenStore(filename string) *Store {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue