github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/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.