davecgh / go-spew

Implements a deep pretty printer for Go data structures to aid in debugging
ISC License
5.98k stars 361 forks source link

Initialized go mod. #96

Open zshift opened 5 years ago

zshift commented 5 years ago

Added support for other projects to vendor go-spew with go mod. Fixes #93

plo- commented 5 years ago

Any news on that PR?

ruudk commented 4 years ago

@davecgh can this be merged? I cannot use this in a go mod project :(

nod commented 4 years ago

I'm also wondering if this can be merged due to inability to use in a go mod project. Library looks handy, I'd like to try it. :)

jrick commented 4 years ago

There is nothing stopping the use of pre-module go packages in a larger module build. It would be a good thing to add go.mod/sum files to spew, but it is not necessary for you to use the package.