Imports of package inspect
Path | Synopsis |
---|---|
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/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. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |