tableprinter
tableprinter copied to clipboard
No way to render structs inside structs.
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.