package analyzer
import "golang.org/x/tools/internal/refactor/inline/analyzer"
Index ¶
Constants ¶
const Doc = `inline calls to functions with "inlineme" doc comment`
Variables ¶
var Analyzer = &analysis.Analyzer{ Name: "inline", Doc: Doc, URL: "https://pkg.go.dev/golang.org/x/tools/internal/refactor/inline/analyzer", Run: run, FactTypes: []analysis.Fact{new(inlineMeFact)}, Requires: []*analysis.Analyzer{inspect.Analyzer}, }
Source Files ¶
analyzer.go
- Version
- v0.22.0
- Published
- Jun 4, 2024
- Platform
- windows/amd64
- Imports
- 12 packages
- Last checked
- 3 minutes ago –
Tools for package owners.