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

Ignore fields using a tag #98

Open coreyog opened 5 years ago

coreyog commented 5 years ago

Fields of structs tagged with spew:"-" will not be printed. Includes a simple test.