github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/tools.go (about)

     1  // +build tools
     2  
     3  package tools
     4  
     5  import (
     6  	// This package adds tools to go.mod to ensure that all users have the same versions
     7  	// All imports should be ignored (_)
     8  	_ "golang.org/x/lint/golint"
     9  )