Skip to content

doc_table outputs private (non-exported fields) #12

Description

@lcaballero

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions