Skip to content

Unpack fails on types with embedded pointer type  #24

@eaigner

Description

@eaigner

Upacking to a struct like this

type Result struct {
  *TypeB
  Name string
}

Results in a reflection error

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions