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>
6 lines
85 B
Go
6 lines
85 B
Go
package credentials
|
|
|
|
func defaultCredentialsStore() string {
|
|
return "osxkeychain"
|
|
}
|