golang.org/x/tools/go/analysis | Package analysis defines the interface between a modular static analysis and an analysis driver program. |
golang.org/x/tools/go/analysis/passes/inspect | Package inspect defines an Analyzer that provides an AST inspector (golang.org/x/tools/go/ast/inspector.Inspector) for the syntax trees of a package. |
golang.org/x/tools/go/ast/inspector | Package inspector provides helper functions for traversal over the syntax trees of a package, including node filtering by type, and materialization of the traversal stack. |
golang.org/x/tools/internal/typeparams/genericfeatures | The genericfeatures package provides utilities for detecting usage of generic programming in Go packages. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |