Config file workflow management

This commit is contained in:
Arturo Filastò 2018-02-12 17:45:13 +02:00
commit 6008b5c7c5
6 changed files with 155 additions and 5 deletions

View file

@ -10,6 +10,7 @@ import (
"gopkg.in/AlecAivazis/survey.v1"
)
// HomePath returns the path to the OONI Home
func HomePath() (string, error) {
home, err := homedir.Dir()
if err != nil {