github.com/goatapp/phraseapp-go@v3.0.0+incompatible/phraseapp/config_unix.go (about)

     1  package phraseapp
     2  
     3  import (
     4  	"os"
     5  	"path/filepath"
     6  )
     7  
     8  func defaultConfigDir() string {
     9  	return filepath.Join(os.Getenv("HOME"), configName)
    10  }