mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2025-03-12 01:56:39 -04: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
|