Files
docker-cli/cli/config/credentials/default_store_darwin.go
Tycho Andersen 4cf1849418 defaultCredentialStore: make this a function
In the next patch, we'll use this to implement some logic about which
password backend to use.

Signed-off-by: Tycho Andersen <tycho@docker.com>
2017-09-20 11:14:27 -06:00

6 lines
85 B
Go

package credentials
func defaultCredentialsStore() string {
return "osxkeychain"
}