mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![David Calavera](/assets/img/avatar_default.png)
Use the Windows Credentials Manager when the helper is installed in the path. Signed-off-by: David Calavera <david.calavera@gmail.com>
5 lines
84 B
Go
5 lines
84 B
Go
// +build !windows,!darwin
|
|
|
|
package credentials
|
|
|
|
const defaultCredentialsStore = ""
|