Versions in this module Expand all Collapse all v2 v2.0.2 Dec 6, 2022 Changes in this version + type Field store.Key + type SField struct + Index int + Struct *Struct + func (f SField) Name() string + func (f SField) Pos() token.Pos + func (f SField) String() string + func (f SField) Type() types.Type + type Struct struct + Fields []Field + func FromType(t *types.Struct) *Struct + func New(scope store.Value, v Typer) *Struct + func (s *Struct) Expand() []store.Key + func (s *Struct) UniqName() string + type Typer interface + Type func() types.Type Other modules containing this package github.com/JorgeGCoelho/gospal