package fix

import "cmd/go/internal/fix"

Package fix implements the “go fix” command.

Index

Variables

var CmdFix = &base.Command{
	Run:       runFix,
	UsageLine: "go fix [packages]",
	Short:     "update packages to use new APIs",
	Long:      "" /* 259 byte string literal not displayed */,
}

Source Files

fix.go

Version
v1.13.0-rc.1
Published
Aug 21, 2019
Platform
js/wasm
Imports
7 packages
Last checked
2 minutes ago

Tools for package owners.