go-cache/Makefile

7 lines
60 B
Makefile

test:
go test -v ./...
# Go lint
lint:
staticcheck ./...