davecgh / go-spew

Implements a deep pretty printer for Go data structures to aid in debugging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this lib abandoned?

jeffwidman opened this issue · comments

Latest commit is from 2018, despite multiple open PR's and very actively used in popular libraries like testify.

@davecgh are you open to adding new maintainers to help keep this project alive?

Would be nice to get some feedback... maybe it's time to check out alternatives. Has anybody a good tip?

Are there any alternatives?

Seems @dajohi still active, kindly ping.

I was wondering the same. I got here from Kubernetes YAML go.mod, and I'm astonished.

https://github.com/kubernetes-sigs/yaml/blob/11e43d4a8b9271a822a950dbf9b6ff15fe00fafc/go.mod#L6

One interesting maintained alternative: https://github.com/sanity-io/litter

I started to maintain a hard-fork a while back. I also did some optimisation work.
https://github.com/spewerspew/spew

commented

I have been using this library for a while but recently the binary data print is interspersed with MISSING everywhere. Some change in the stdlib I am guessing. It's very annoying.

I started to maintain a hard-fork a while back. I also did some optimisation work. https://github.com/spewerspew/spew

we should chose a public fork (e.g. spewerspew) and use that.