mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2025-03-12 01:56:39 -04:00

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>
9 lines
163 B
Makefile
9 lines
163 B
Makefile
install:
|
|
go install -v ./cmd/monero-exporter
|
|
|
|
test:
|
|
go test ./...
|
|
|
|
lint:
|
|
go run github.com/golangci/golangci-lint/cmd/golangci-lint run --config=.golangci.yaml
|