refactor/ directory
Directories ΒΆ
| Path | Synopsis |
|---|---|
| refactor/eg | Package eg implements the example-based refactoring tool whose command-line is defined in golang.org/x/tools/cmd/eg. |
| refactor/importgraph | Package importgraph computes the forward and reverse import dependency graphs for all packages in a Go workspace. |
| refactor/rename | Package rename contains the obsolete implementation of the deleted golang.org/x/tools/cmd/gorename. |
| refactor/satisfy | Package satisfy inspects the type-checked ASTs of Go packages and reports the set of discovered type constraints of the form (lhs, rhs Type) where lhs is a non-trivial interface, rhs satisfies this interface, and this fact is necessary for the package to be well-typed. |
- Version
- v0.43.0
- Published
- Mar 12, 2026
- Platform
- darwin/amd64
- Last checked
- 35 minutes ago –
Tools for package owners.