mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2025-01-06 13:27:56 -05:00
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
|