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.0
Published
Aug 24, 2017
Platform
windows/amd64
Imports
4 packages
Last checked
5 seconds ago

Tools for package owners.