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:     "update packages to use new APIs",
	Long:      "" /* 259 byte string literal not displayed */,
}

Source Files

fix.go

Version
v1.10.0-rc.2
Published
Feb 7, 2018
Platform
js/wasm
Imports
4 packages
Last checked
1 minute ago

Tools for package owners.