github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/internal/hack/hack.go (about) 1 //go:build hack 2 // +build hack 3 4 // A hack to make sure code-generator is vendored 5 package hack 6 7 import ( 8 _ "k8s.io/code-generator" 9 )