diff --git a/Makefile b/Makefile index 0002b5d1..f4da7f6b 100644 --- a/Makefile +++ b/Makefile @@ -52,3 +52,4 @@ deps: test: cd irc && go test . + cd irc && go vet .