Add vet and staticcheck make targets

This commit is contained in:
Holger Obermaier 2022-01-20 12:13:50 +01:00
parent 4d8adc8c87
commit cc35357957

View File

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