summaryrefslogtreecommitdiff
path: root/spew/format_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'spew/format_test.go')
-rw-r--r--spew/format_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spew/format_test.go b/spew/format_test.go
index 87ee965..eeb3bc5 100644
--- a/spew/format_test.go
+++ b/spew/format_test.go
@@ -72,7 +72,7 @@ import (
"testing"
"unsafe"
- "github.com/davecgh/go-spew/spew"
+ "go.wit.com/dev/davecgh/go-spew/spew"
)
// formatterTest is used to describe a test to be performed against NewFormatter.