mirror of
https://github.com/NotAShelf/batmon.git
synced 2025-02-22 03:18:04 +00:00
11 lines
122 B
Makefile
11 lines
122 B
Makefile
default:
|
|
just --list
|
|
|
|
test:
|
|
go test -race -v ./...
|
|
|
|
lint:
|
|
golangci-lint run
|
|
|
|
fmt:
|
|
golangci-lint run --fix
|