diff --git a/Makefile b/Makefile index 4de61c4..52b6d1b 100644 --- a/Makefile +++ b/Makefile @@ -42,4 +42,5 @@ clean: $(GO) clean -i ./... fmt: - go fmt ./... \ No newline at end of file + gofmt -w=true cmd config ledis rpl server store vendor + goimports -w=true cmd config ledis rpl server store vendor \ No newline at end of file