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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spew/common_test.go b/spew/common_test.go
index 0f5ce47..e551940 100644
--- a/spew/common_test.go
+++ b/spew/common_test.go
@@ -21,7 +21,7 @@ import (
"reflect"
"testing"
- "github.com/davecgh/go-spew/spew"
+ "go.wit.com/dev/davecgh/go-spew/spew"
)
// custom type to test Stinger interface on non-pointer receiver.