tableprinter icon indicating copy to clipboard operation
tableprinter copied to clipboard

No way to render structs inside structs.

Open idcmp opened this issue 6 years ago • 0 comments

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.

idcmp avatar Oct 18 '19 19:10 idcmp