diff --git a/Makefile b/Makefile index 02f22c5..7f317b1 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ all: build build: $(GOBUILD) -o $(BINARY_NAME) -v +fmt: + $(GOCMD) fmt + clean: $(GOCLEAN) rm -f $(BINARY_NAME) client models