diff --git a/Makefile b/Makefile index 424eda9..238a798 100644 --- a/Makefile +++ b/Makefile @@ -15,3 +15,6 @@ run-example: fmt: gofmt -w ./serial/*.go ./cmd/$(APP_EXAMPLE)/*.go + +vet: + go vet ./...