github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/tools/tools.go (about)

     1  //go:build tools
     2  // +build tools
     3  
     4  package tools
     5  
     6  import (
     7  	_ "github.com/maxbrunsfeld/counterfeiter/v6"
     8  )
     9  
    10  // This file imports packages that are used when running go generate, or used
    11  // during the development process but not otherwise depended on by built code.