package fix
import "cmd/go/internal/fix"
Package fix implements the “go fix” command.
Index ¶
Variables ¶
var CmdFix = &base.Command{ Run: runFix, UsageLine: "fix [packages]", Short: "run go tool fix on packages", Long: "" /* 259 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.9.3
- Published
- Jan 22, 2018
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 54 seconds ago –
Tools for package owners.