I have a struct: ``` type Hello struct { One string `header:"One"` Two sql.NullString `header:"Two"` } ``` It is impossible to offer any hints to the table printer on how to print `Two` it is just silently ignored.
I have a struct:
It is impossible to offer any hints to the table printer on how to print
Twoit is just silently ignored.