summaryrefslogtreecommitdiff
path: root/spew/common_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'spew/common_test.go')
-rw-r--r--spew/common_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/spew/common_test.go b/spew/common_test.go
index f3404e7..0a534ac 100644
--- a/spew/common_test.go
+++ b/spew/common_test.go
@@ -18,6 +18,9 @@ package spew_test
import (
"fmt"
+ "github.com/davecgh/go-spew/spew"
+ "reflect"
+ "testing"
)
// custom type to test Stinger interface on non-pointer receiver.