Versions in this module Expand all Collapse all v0 v0.0.4 Jan 17, 2022 v0.0.3 Oct 30, 2020 v0.0.2 Sep 18, 2020 v0.0.1 Jul 24, 2018 Changes in this version + type Config struct + Context build.Context + UseOffset bool + func (c *Config) Define(filename string, cursor int, src interface{}) (*Position, []byte, error) + type PathError struct + Dir string + SrcDirs []string + func (p *PathError) Error() string + type Position struct + Column int + Filename string + Line int + Offset int + func (p Position) IsValid() bool + func (p Position) String() string + type Query struct + Build *build.Context + Fset *token.FileSet + Mode string + PTALog io.Writer + Pos string + Reflection bool + Scope []string + func (q *Query) Output(fset *token.FileSet, res *definitionResult)