Remove deprecated // +build directive from tools.go (#674)
This commit is contained in:
parent
db064ada62
commit
aebadec97b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//go:build tools
|
||||
// +build tools
|
||||
|
||||
package tools
|
||||
|
||||
// This file imports code-generator for tooling purposes
|
||||
import _ "k8s.io/code-generator"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue