package fix
import "cmd/go/internal/fix"
Package fix implements the “go fix” command.
Index ¶
Variables ¶
var CmdFix = &base.Command{ UsageLine: "go fix [-fix list] [packages]", Short: "update packages to use new APIs", Long: "" /* 391 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.19.2
- Published
- Sep 30, 2022
- Platform
- darwin/amd64
- Imports
- 10 packages
- Last checked
- 8 seconds ago –
Tools for package owners.