diff --git a/Makefile b/Makefile index eb9cbd2..e8c86a0 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ fmt: # Examine Go source code and reports suspicious constructs .PHONY: vet +vet: go vet ./...