summaryrefslogtreecommitdiff
path: root/spew.go
diff options
context:
space:
mode:
Diffstat (limited to 'spew.go')
-rw-r--r--spew.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spew.go b/spew.go
index badbfec..d288247 100644
--- a/spew.go
+++ b/spew.go
@@ -2,7 +2,7 @@ package log
import (
origlog "log"
- "go.wit.com/dev/davecgh/go-spew/spew"
+ "go.wit.com/dev/davecgh/spew"
)
func Spew(b any, a ...any) {