Remove deprecated // +build directive from tools.go (#674)

This commit is contained in:
Copilot 2025-11-05 20:25:34 -08:00 committed by GitHub
parent db064ada62
commit aebadec97b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
//go:build tools
// +build tools
package tools
// This file imports code-generator for tooling purposes
import _ "k8s.io/code-generator"