Versions in this module Expand all Collapse all v1 v1.0.0 Sep 11, 2020 Changes in this version + type ErrUnreachable struct + func (e ErrUnreachable) Error() string + type Issue struct + At cst.Fragment + Problem interface{} + func (i Issue) String() string + type Issues []Issue + func Inspect(api *semantic.API, mappings *semantic.Mappings) Issues + func Validate(api *semantic.API, mappings *semantic.Mappings, options *Options) Issues + func WithAnalysis(api *semantic.API, mappings *semantic.Mappings, options *Options, ...) Issues + func (l Issues) Len() int + func (l Issues) Less(i, j int) bool + func (l Issues) String() string + func (l Issues) Swap(i, j int) + type Options struct + CheckUnused bool Incompatible versions in this module v2.0.0+incompatible Jul 8, 2021