package fix

import "cmd/go/internal/fix"

Package fix implements the “go fix” command.

Index

Variables

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

Source Files

fix.go

Version
v1.21.0-rc.2
Published
Jun 21, 2023
Platform
js/wasm
Imports
10 packages
Last checked
2 minutes ago

Tools for package owners.