3
0

upd(main): keep go-spew sticky in vendor

This commit is contained in:
Tit Petric
2018-07-17 18:10:38 +02:00
parent a1cccd23d3
commit f450bdaba6
2 changed files with 18 additions and 0 deletions

9
cmd/crm/dump.go Normal file
View 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
View 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