Loading NOTES.md +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ Have readline store a history file for the user. Configure at the `accounts.Ope Look up how godoc does references to other things. Look up how to run migrations on the db from embedded files. ## Things to do * Implement a better dclish parser. Loading accounts/accounts.go +2 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ func Open(acc string) error { if err != nil { return errors.New("account preference database problem") } // TODO: run prefs migration - move this to a storage module. bulldir := path.Join(xdg.DataHome, "BULLETIN") err = os.MkdirAll(bulldir, 0700) Loading @@ -65,6 +66,7 @@ func Open(acc string) error { if err != nil { return errors.New("bulletin database problem") } // TODO: run prefs migration - move this to a storage module. return nil } Loading Loading
NOTES.md +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ Have readline store a history file for the user. Configure at the `accounts.Ope Look up how godoc does references to other things. Look up how to run migrations on the db from embedded files. ## Things to do * Implement a better dclish parser. Loading
accounts/accounts.go +2 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ func Open(acc string) error { if err != nil { return errors.New("account preference database problem") } // TODO: run prefs migration - move this to a storage module. bulldir := path.Join(xdg.DataHome, "BULLETIN") err = os.MkdirAll(bulldir, 0700) Loading @@ -65,6 +66,7 @@ func Open(acc string) error { if err != nil { return errors.New("bulletin database problem") } // TODO: run prefs migration - move this to a storage module. return nil } Loading