github.com/number571/tendermint@v0.34.11-gost/tools/tools.go (about)

     1  // +build tools
     2  
     3  // This file uses the recommended method for tracking developer tools in a go module.
     4  //
     5  // https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
     6  
     7  package tools
     8  
     9  import (
    10  	_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
    11  )