Add vet and staticcheck make targets

This commit is contained in:
Holger Obermaier 2022-01-20 12:13:50 +01:00
parent f91150f4ba
commit 8860b8d0f7

View File

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