linted part of it.

This commit is contained in:
idk
2018-08-16 13:58:05 -04:00
parent 76892757f7
commit 773bffa1a1
6 changed files with 56 additions and 55 deletions

View File

@ -13,7 +13,7 @@ echo:
find . -name "*.go" -exec gofmt -w {} \;
find . -name "*.i2pkeys" -exec rm {} \;
test:
test: echo
go test
cd udp && go test
cd config && go test