diff --git a/Makefile b/Makefile index b4955b3..e59a176 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ default: build deps: go get golang.org/x/tools/cmd/goimports - go get ./... + go get -t ./... imports: $(SOURCES) @goimports -w $(SOURCES)