upd(main): keep go-spew sticky in vendor
This commit is contained in:
9
cmd/crm/dump.go
Normal file
9
cmd/crm/dump.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
// this file exists to keep go-spew in vendor for development needs
|
||||
|
||||
import (
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
var _ = spew.Dump
|
||||
9
cmd/sam/dump.go
Normal file
9
cmd/sam/dump.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
// this file exists to keep go-spew in vendor for development needs
|
||||
|
||||
import (
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
var _ = spew.Dump
|
||||
Reference in New Issue
Block a user