Versions in this module Expand all Collapse all v0 v0.0.2 Jan 29, 2022 v0.0.1 Jan 21, 2022 Changes in this version + var Fs = afero.NewOsFs() + func FileExists(path string) (bool, error) + func GetInteractiveBooleanPrompt(label string) (*promptui.Prompt, error) + func GetTodofile(path string) (*todo.TodoFile, error) + func SaveTodoFile(t *todo.TodoFile) error