Versions in this module Expand all Collapse all v1 v1.0.1 Feb 29, 2024 v1.0.0 Feb 29, 2024 Changes in this version + type PkgRef struct + Name string + Pkg string + type References struct + Embedders []Struct + Names map[string]struct{} + Refs []PkgRef + func AnalyzeFile(file *ast.File, pkgPrefix string) (*References, error) + func AnalyzePackages(pkgs []*packages.Package, pkgPrefix string) (*References, error) + type Struct struct + Name string + Pkg string + PkgPath string + Refs []PkgRef