]> Cypherpunks repositories - gostls13.git/commit
cmd/fix: remove all functionality
authorAlan Donovan <adonovan@google.com>
Thu, 25 Sep 2025 16:41:08 +0000 (12:41 -0400)
committerAlan Donovan <adonovan@google.com>
Thu, 25 Sep 2025 17:01:21 +0000 (10:01 -0700)
commit393d91aea060e5b379e7913e524026d0672a96a7
tree34aa5ea09cab67d739756f0886b082c705c63939
parent6dceff8bad6213bca76361462c99b0d06fd0a8f9
cmd/fix: remove all functionality

The buildtag fixer has been incorporated into the vet analyzer
of the same name; all other fixers were already no-ops since
CL 695855.

Fixes #73605
Updates #71859

Change-Id: I90b6c730849a5ecbac3e6fb6fc0e062b5de74831
Reviewed-on: https://go-review.googlesource.com/c/go/+/706758
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Michael Matloob <matloob@google.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
15 files changed:
src/cmd/fix/buildtag.go [deleted file]
src/cmd/fix/buildtag_test.go [deleted file]
src/cmd/fix/cftype.go [deleted file]
src/cmd/fix/context.go [deleted file]
src/cmd/fix/doc.go
src/cmd/fix/egltype.go [deleted file]
src/cmd/fix/fix.go [deleted file]
src/cmd/fix/gotypes.go [deleted file]
src/cmd/fix/import_test.go [deleted file]
src/cmd/fix/jnitype.go [deleted file]
src/cmd/fix/main.go
src/cmd/fix/main_test.go [deleted file]
src/cmd/fix/netipv6zone.go [deleted file]
src/cmd/fix/printerconfig.go [deleted file]
src/cmd/fix/typecheck.go [deleted file]