...

Source file src/github.com/openshift/custom-resource-status/tools/tools.go

Documentation: github.com/openshift/custom-resource-status/tools

     1  // Package tools imports things required by build scripts
     2  package tools
     3  
     4  import _ "k8s.io/code-generator" // simply to force `go mod` to see them as dependencies
     5  

View as plain text