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.15.5
Published
Nov 12, 2020
Platform
darwin/amd64
Imports
7 packages
Last checked
4 seconds ago

Tools for package owners.