Skip to content

Support for flatpack to skip processing a struct field #5

Description

@arangamani

For example,

When defining a field like this

type Config struct {
  Nested struct {
    MapField map[string]int `flatpack:"-"`
    Number int
  }
}

flatpack shouldn't complain about the MapField using unsupported type.

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