github.com/thajeztah/cli@v0.0.0-20240223162942-dc6bfac81a8b/cli/config/credentials/default_store_unsupported.go (about)

     1  //go:build !windows && !darwin && !linux
     2  
     3  package credentials
     4  
     5  func defaultCredentialsStore() string {
     6  	return ""
     7  }