package fix
import "cmd/go/internal/fix"
Package fix implements the “go fix” command.
Index ¶
Variables ¶
var CmdFix = &base.Command{ Run: runFix, UsageLine: "go fix [packages]", Short: "update packages to use new APIs", Long: "" /* 259 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.15.7
- Published
- Jan 19, 2021
- Platform
- darwin/amd64
- Imports
- 7 packages
- Last checked
- 1 minute ago –
Tools for package owners.