go-spew icon indicating copy to clipboard operation
go-spew copied to clipboard

Initialized go mod.

Open zshift opened this issue 6 years ago • 4 comments

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

zshift avatar Dec 01 '18 16:12 zshift

Any news on that PR?

plo- avatar Feb 26 '19 09:02 plo-

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

ruudk avatar Jan 16 '20 15:01 ruudk

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. :)

nod avatar Apr 05 '20 04:04 nod

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.

jrick avatar Apr 06 '20 15:04 jrick