Fix compilation of defaultCredentialStore() on unsupported platforms

Signed-off-by: Ivan Markin <sw@nogoegst.net>
This commit is contained in:
Ivan Markin 2018-02-10 15:30:32 +00:00
parent a9ecf823ff
commit 57c51c8af3
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@
package credentials
const defaultCredentialsStore = ""
func defaultCredentialsStore() string {
return ""
}