terraform/tools/tools.go

11 lines
180 B
Go
Raw Normal View History

// +build tools
package tools
import (
_ "github.com/golang/mock/mockgen"
2020-06-17 17:04:43 +02:00
_ "github.com/mitchellh/gox"
_ "golang.org/x/tools/cmd/cover"
_ "golang.org/x/tools/cmd/stringer"
)