summaryrefslogtreecommitdiff
path: root/spew/spew_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'spew/spew_test.go')
-rw-r--r--spew/spew_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/spew/spew_test.go b/spew/spew_test.go
index 3831ed2..dbbc085 100644
--- a/spew/spew_test.go
+++ b/spew/spew_test.go
@@ -19,10 +19,11 @@ package spew_test
import (
"bytes"
"fmt"
- "github.com/davecgh/go-spew/spew"
"io/ioutil"
"os"
"testing"
+
+ "github.com/davecgh/go-spew/spew"
)
// spewFunc is used to identify which public function of the spew package or