summaryrefslogtreecommitdiff
path: root/spew.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-01 18:58:38 -0600
committerJeff Carr <[email protected]>2024-01-01 18:58:38 -0600
commit969519f55273757d2b4143da389a4a33ea15f104 (patch)
tree5c18bac61ffea14765d024cb8c94ae8c3ca9a8a2 /spew.go
parent064ffdfab234d351c9f194a6a74a47168f31895f (diff)
make a flat 'spew' version
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 7fa0251..2ea40f0 100644
--- a/spew.go
+++ b/spew.go
@@ -2,7 +2,7 @@ package log
import (
origlog "log"
- "github.com/davecgh/go-spew/spew"
+ "go.wit.com/spew"
)
func Spew(b any, a ...any) {