mirror of
https://github.com/golang/go.git
synced 2025-10-19 11:03:18 +00:00
cmd/distpack: add fix tool to inventory
(To be consistent with change to build.go in CL 700795.) For #71859 Change-Id: I8caad28b7e5a2657f21b60a72899daecf0b2c324 Reviewed-on: https://go-review.googlesource.com/c/go/+/712180 Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: Michael Matloob <matloob@google.com> Reviewed-by: Michael Matloob <matloob@golang.org> TryBot-Bypass: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
bb5eb51715
commit
b5a29cca48
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ func main() {
|
|||
default:
|
||||
return false
|
||||
// Keep in sync with toolsIncludedInDistpack in cmd/dist/build.go.
|
||||
case "asm", "cgo", "compile", "cover", "link", "preprofile", "vet":
|
||||
case "asm", "cgo", "compile", "cover", "fix", "link", "preprofile", "vet":
|
||||
}
|
||||
}
|
||||
return true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue