diff options
Diffstat (limited to 'spew/spew_test.go')
| -rw-r--r-- | spew/spew_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spew/spew_test.go b/spew/spew_test.go index b70466c..522d320 100644 --- a/spew/spew_test.go +++ b/spew/spew_test.go @@ -23,7 +23,7 @@ import ( "os" "testing" - "github.com/davecgh/go-spew/spew" + "go.wit.com/dev/davecgh/go-spew/spew" ) // spewFunc is used to identify which public function of the spew package or |
