Skip to content

Commit

Permalink
verbose logging to address error
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Nov 21, 2021
1 parent af15ba7 commit c616426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c616426

Please sign in to comment.