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.2
Published
Oct 25, 2017
Platform
js/wasm
Imports
4 packages
Last checked
12 seconds ago

Tools for package owners.