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

     1  //go:build linux || darwin
     2  
     3  package phrase
     4  
     5  import (
     6  	"os"
     7  )
     8  
     9  func defaultConfigDir() string {
    10  	return os.Getenv("HomePath")
    11  }