github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/hack/hack.go (about)

     1  //go:build tools
     2  // +build tools
     3  
     4  package hack
     5  
     6  import (
     7  	_ "k8s.io/kube-openapi/cmd/openapi-gen"
     8  )