davecgh / go-spew

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

Move lib up to top-level #127

Open mcandre opened 3 years ago

mcandre commented 3 years ago

Unfortunately, go get is broken for projects lacking top-level .GO files. Could we please elevate the library code up to the top level?

For example, place a basic version.go file denoting the library version up at go-spew/version.go, and updating the README documentation to reference the top level for go get... commands.