From c6164266a52def7eb74939ecc54cb5cb16209a39 Mon Sep 17 00:00:00 2001 From: bilalcaliskan Date: Sun, 21 Nov 2021 19:59:20 +0300 Subject: [PATCH] verbose logging to address error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6880c64..ae6e5d2 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ ineffassign: ineffassign ./... test: - sudo go test ./... + sudo go test ./... -v build: go build -o bin/main cmd/syn-flood/main.go