Commit 6dd5698f authored by Geoff Simmons's avatar Geoff Simmons

gofmt fixes.

parent 272ce32e
...@@ -30,8 +30,8 @@ package vcl ...@@ -30,8 +30,8 @@ package vcl
import ( import (
"bytes" "bytes"
"testing"
"io/ioutil" "io/ioutil"
"testing"
) )
func testTemplate(t *testing.T, spec Spec, gold string) { func testTemplate(t *testing.T, spec Spec, gold string) {
...@@ -723,7 +723,7 @@ func TestRewriteDeleteAuth(t *testing.T) { ...@@ -723,7 +723,7 @@ func TestRewriteDeleteAuth(t *testing.T) {
t.Fatal("GetSrc():", err) t.Fatal("GetSrc():", err)
} }
if goldbytes, err = ioutil.ReadFile("testdata/"+gold); err != nil { if goldbytes, err = ioutil.ReadFile("testdata/" + gold); err != nil {
t.Fatal("WriteFile():", err) t.Fatal("WriteFile():", err)
} }
if !bytes.Equal(goldbytes, []byte(src)) { if !bytes.Equal(goldbytes, []byte(src)) {
......
Markdown is supported
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