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

ConfigState: Create 'DisableLengths' option #101

Closed HaraldNordgren closed 3 years ago

HaraldNordgren commented 5 years ago

@dajohi This library is awesome e.g. because it creates an easy way to follow pointers on nested structs! But sometimes it a bit too verbose for my uses. Creating a DisableLengths would be one way to reduce the amount of noise.

HaraldNordgren commented 5 years ago

@dajohi @davecgh Merge this? 😊