Versions in this module Expand all Collapse all v0 v0.1.0 Oct 10, 2022 Changes in this version + var DefaultConfig = &Config + var ErrNotFound = errors.New("not found") + func ObjectOf(name string) (types.Object, error) + func Split(name string) (first, second, third string, ptr bool) + func TypeOf(name string) (types.Type, error) + type Config struct + Packages *packages.Config + func (conf *Config) ObjectOf(name string) (types.Object, error) + func (conf *Config) TypeOf(name string) (types.Type, error)