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

fix.go

Version
v1.9.7
Published
Jun 6, 2018
Platform
js/wasm
Imports
4 packages
Last checked
24 seconds ago

Tools for package owners.