go/src/cmd/fix
Sean Liao 439d39a719 all: replace reflect.Value.Type.Kind with reflect.Value.Kind
Fixes #46107

Change-Id: I170f3cacda652752cd740e04b565a616a0e43fd1
Reviewed-on: https://go-review.googlesource.com/c/go/+/632635
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2025-02-03 10:30:40 -08:00
..
buildtag.go
buildtag_test.go
cftype.go all: replace reflect.Value.Type.Kind with reflect.Value.Kind 2025-02-03 10:30:40 -08:00
cftype_test.go
context.go
context_test.go
doc.go
egltype.go
egltype_test.go
fix.go cmd: replace many sort.Interface with slices.Sort and SortFunc 2024-09-03 20:55:18 +00:00
gotypes.go
gotypes_test.go
import_test.go
jnitype.go
jnitype_test.go
main.go cmd: replace many sort.Interface with slices.Sort and SortFunc 2024-09-03 20:55:18 +00:00
main_test.go
netipv6zone.go all: use slices.Delete 2024-10-01 14:55:00 +00:00
netipv6zone_test.go
printerconfig.go
printerconfig_test.go
typecheck.go cmd: make use of maps.{Copy, Clone} 2024-09-13 21:05:31 +00:00