mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-18 14:54:04 +01:00
9 lines
125 B
Go
9 lines
125 B
Go
|
// +build tools
|
||
|
|
||
|
package tools
|
||
|
|
||
|
import (
|
||
|
// Import golangci-lint
|
||
|
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
||
|
)
|