mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2025-02-08 11:05:31 -05:00
![Ciro S. Costa](/assets/img/avatar_default.png)
the code has been initially written under `monero-operator`, but it turns out that having the exporter available for non-kubernetes users is pretty good, thus, making it its own separate thing. Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
8 lines
100 B
Go
8 lines
100 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
|
)
|