github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/clients/go/config_unix.go (about)

     1  package phrase
     2  
     3  import (
     4  	"os"
     5  )
     6  
     7  func defaultConfigDir() string {
     8  	return os.Getenv("HOME")
     9  }