github.com/mentimeter/morty@v1.2.2-0.20221012065510-5596adecd154/tools/tools.go (about)

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