Using something like: ``` type Conf struct { // doc comment Filename string // doc comment isProfiling bool } ``` Will generate table with both fields, when it should probably only do those that are public/exported.
Using something like:
Will generate table with both fields, when it should probably only do those that are public/exported.