mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-14 00:11:28 +05:30
951b97d7f5
Signed-off-by: Tibor Vass <tibor@docker.com>
12 lines
156 B
Go
12 lines
156 B
Go
// +build !windows
|
|
|
|
package wincred
|
|
|
|
func utf16ToByte(...interface{}) []byte {
|
|
return nil
|
|
}
|
|
|
|
func utf16FromString(...interface{}) []uint16 {
|
|
return nil
|
|
}
|