1
0
Fork 0
forked from External/ergo

add gofmt check to make test

This commit is contained in:
Shivaram Lingamneni 2018-05-04 04:27:43 -04:00
parent f6373f7a4d
commit c0885f9cba
3 changed files with 2 additions and 1 deletions

View file

@ -16,3 +16,4 @@ test:
cd irc/isupport && go test . && go vet .
cd irc/modes && go test . && go vet .
cd irc/utils && go test . && go vet .
./.check-gofmt.sh