diff --git a/Makefile b/Makefile index a79c312..bc29f7e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ default: test test: *.go - go test -v + go test -v ./... fmt: gofmt -w .