fixed Makefile spelling error
1 files changed, 1 insertions(+), 1 deletions(-) M Makefile
M Makefile => Makefile +1 -1
@@ 12,7 12,7 @@ clean: build: $(BIN) fmt: - $(GO) fmt $(SOURCESE) + $(GO) fmt $(SOURCES) tidy: $(GO) mod tidy