Add Makefile target: lint

chubin/logging
Igor Chubin 2 years ago
parent bb4474b0cf
commit fca62e63c3

@ -3,3 +3,6 @@ srv: srv.go internal/*/*.go internal/*/*/*.go
go-test: go-test:
go test ./... go test ./...
lint:
golangci-lint run ./...

Loading…
Cancel
Save