Config file workflow management
This commit is contained in:
parent
602a5dc952
commit
6008b5c7c5
6 changed files with 155 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue