fastmirror/Makefile
2024-05-22 09:55:46 -07:00

6 lines
45 B
Makefile

fmt:
go fmt ./...
lint:
golangci-lint run