mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2024-10-01 08:25:41 -04:00
8 lines
100 B
Go
8 lines
100 B
Go
|
// +build tools
|
||
|
|
||
|
package tools
|
||
|
|
||
|
import (
|
||
|
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
||
|
)
|