removed search
This commit is contained in:
parent
d4780ccef4
commit
d2ffc76066
6 changed files with 10 additions and 16 deletions
|
|
@ -26,6 +26,7 @@ func OpenStore(filename string) *Store {
|
|||
|
||||
out.loadMigrations()
|
||||
out.cakes, err = out.loadCakes()
|
||||
log.Println(out.cakes)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue