summaryrefslogtreecommitdiff
path: root/spew.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 11:54:13 -0600
committerJeff Carr <[email protected]>2024-01-14 11:54:13 -0600
commit7f8cebc504757dd228a029d35b0250767ef67e54 (patch)
treef927814ca27f2cbf0bbd01a5a1859f138f3fab24 /spew.go
parent7581b8e28e42e875be9be5b3422589d1ca78e639 (diff)
update spew path
Signed-off-by: Jeff Carr <[email protected]>
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 7f433a7..badbfec 100644
--- a/spew.go
+++ b/spew.go
@@ -2,7 +2,7 @@ package log
import (
origlog "log"
- "go.wit.com/spew"
+ "go.wit.com/dev/davecgh/go-spew/spew"
)
func Spew(b any, a ...any) {