Closed clawconduce closed 7 years ago
I believe its required for testify
go test ./...
# github.com/nbutton23/zxcvbn-go/adjacency
package github.com/nbutton23/zxcvbn-go/adjacency (test)
imports github.com/stretchr/testify/assert
imports github.com/davecgh/go-spew/spew: cannot find package "github.com/davecgh/go-spew/spew" in any of: . . .
Maybe I am missing something, but in my copy of this lib, go-spew is imported anywhere. Was it used before and unused now?