3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-25 05:19:25 +01:00

add go vet to make test

This commit is contained in:
Shivaram Lingamneni 2017-10-04 15:34:46 -04:00 committed by Daniel Oaks
parent 456174ed53
commit 6aa9023813

View File

@ -52,3 +52,4 @@ deps:
test:
cd irc && go test .
cd irc && go vet .