github.com/jshiv/can-go@v0.2.1-0.20210224011015-069e90e90bdf/tools.go (about)

     1  // +build tools
     2  
     3  package tools
     4  
     5  import (
     6  	_ "github.com/golang/mock/mockgen"
     7  	_ "golang.org/x/tools/cmd/stringer"
     8  )