Commit 3d78e6a1 authored by Brice Rising's avatar Brice Rising Committed by Yagnesh Mistry
Browse files

Run gofmt -s -w using official golang docker image


For some reason, gofmt -s -w produced a different result than running gofmt on my host os

Signed-off-by: default avatarBrice Rising <brice.rising@slalom.com>
Showing with 3 additions and 3 deletions
+3 -3
......@@ -575,9 +575,9 @@ func TestIsDir(t *testing.T) {
exists bool
err bool
}{
wd: {true, false},
filepath.Join(wd, "testdata"): {true, false},
filepath.Join(wd, "main.go"): {false, true},
wd: {true, false},
filepath.Join(wd, "testdata"): {true, false},
filepath.Join(wd, "main.go"): {false, true},
filepath.Join(wd, "this_file_does_not_exist.thing"): {false, true},
dn: {false, true},
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment