Config file workflow management

This commit is contained in:
Arturo Filastò
2018-02-12 17:45:13 +02:00
parent 602a5dc952
commit 6008b5c7c5
6 changed files with 155 additions and 5 deletions
+1
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 {