Update and consolidate to-do list
This commit is contained in:
@ -22,8 +22,6 @@ type Store struct {
|
||||
}
|
||||
|
||||
func NewStore(filename string, genString GenString) (*Store, error) {
|
||||
// TODO This stat needs to change, though I can't remember how, now that
|
||||
// SQLite has been updated.
|
||||
var needCreate bool
|
||||
if _, err := os.Stat(filename); os.IsNotExist(err) {
|
||||
needCreate = true
|
||||
|
Reference in New Issue
Block a user