golang.tokyo #38 で使った資料です。
参考リンク
・Go 1.24 Release Notes - The Go Programming Language
https://go.dev/doc/go1.24
・cmd/go: run vet automatically during 'go test' · Issue #18084 · golang/go · GitHub
https://github.com/golang/go/issues/18084
・cmd/vet: identify 100% reliable checks for testing · Issue #18085 · golang/go · GitHub
https://github.com/golang/go/issues/18085
・go/analysis/passes/tests: split out from vet
https://go-review.googlesource.com/c/tools/+/140457
・cmd/go/internal/test: add 'tests' vet check to 'go test' suite
https://go-review.googlesource.com/c/go/+/603476
・cmd/go: add -tests to list of vet checks run by "go test" #44251
https://github.com/golang/go/issues/44251