1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

[SYNTAX] Run gofmt on changed files

Signed-off-by: Nassim 'Nass' Eddequiouaq <eddequiouaq.nassim@gmail.com>
This commit is contained in:
Nassim 'Nass' Eddequiouaq
2017-03-08 18:08:33 +01:00
parent 23a1f310a5
commit cfe7556d6d
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -8,13 +8,13 @@ import (
func TestWinCredHelper(t *testing.T) {
creds := &credentials.Credentials{
Label: credentials.CredsLabel,
Label: credentials.CredsLabel,
ServerURL: "https://foobar.docker.io:2376/v1",
Username: "foobar",
Secret: "foobarbaz",
}
creds1 := &credentials.Credentials{
Label: credentials.CredsLabel,
Label: credentials.CredsLabel,
ServerURL: "https://foobar.docker.io:2376/v2",
Username: "foobarbaz",
Secret: "foobar",