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

Is this lib abandoned? #128

Open jeffwidman opened 3 years ago

jeffwidman commented 3 years ago

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?

Robert-M-Muench commented 3 years ago

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

RainbowMango commented 3 years ago

Are there any alternatives?

RainbowMango commented 3 years ago

Seems @dajohi still active, kindly ping.

liukun commented 3 years ago

https://github.com/kr/pretty works for me.

shatil commented 3 years ago

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

AlekSi commented 2 years ago

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

dwlnetnl commented 2 years ago

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

l0k18 commented 1 year ago

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.

funkiestj commented 5 months ago

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.