Add vet and staticcheck make targets

This commit is contained in:
Holger Obermaier 2022-01-20 12:13:50 +01:00
parent 59bf28f606
commit c23c197982

View File

@ -27,6 +27,7 @@ fmt:
# Examine Go source code and reports suspicious constructs
.PHONY: vet
vet:
go vet ./...