commit a9fd57ded50ec98370dca68bc77def8bc55e274a from: Witcher01 date: Mon Jun 14 09:31:21 2021 UTC fixed Makefile spelling error commit - 8a053cdbd23147ebc7c81db2df8c846b539ef377 commit + a9fd57ded50ec98370dca68bc77def8bc55e274a blob - 1f05761c106e263bb228ca786192fd61538ca445 blob + 99410ef68432c1514f8f03b59bc58090ba904ea7 --- Makefile +++ Makefile @@ -12,7 +12,7 @@ clean: build: $(BIN) fmt: - $(GO) fmt $(SOURCESE) + $(GO) fmt $(SOURCES) tidy: $(GO) mod tidy