author | Alberto Bertogli
<albertito@blitiri.com.ar> 2019-08-31 16:22:25 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2019-08-31 16:28:15 UTC |
parent | ef41b83d9f3a5a85a761a748d1034ae3a6ee4389 |
Makefile | +1 | -1 |
diff --git a/Makefile b/Makefile index 6f429b8..882f635 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ fmt: gofmt -w . vet: - $(GO) tool vet . + $(GO) vet ./... test: kxd kxc tests/run_tests -b