var (
// HomeDir holds the users home directory. Automatically detected if not set HomeDir string// ConfigDir hols the users config directory. Automatically set to $HOME/.config/gopherfarm/ if not set. Automatically created if it does not exist yet. ConfigDir string
)