Open objsys opened 3 years ago
Currently if spew prints a structure that contains pointers valued as nil, it will print a line something like this:
TransportID: (*string)(<nil>),
Is it possible to suppress the display of pointers that have nil as a value?
Currently if spew prints a structure that contains pointers valued as nil, it will print a line something like this:
TransportID: (*string)(<nil>),
Is it possible to suppress the display of pointers that have nil as a value?