mirror of https://github.com/docker/cli.git
6 lines
91 B
Go
6 lines
91 B
Go
|
// +build !windows,!darwin,!linux
|
||
|
|
||
|
package credentials
|
||
|
|
||
|
const defaultCredentialsStore = ""
|