Skip to content

Commit 0b1084c

Browse files
authored
Merge pull request #9 from go-goim/refactor/uuid-to-snowflake
Refactor/UUID to snowflake
2 parents 6f1578a + e200d2e commit 0b1084c

20 files changed

+1396
-2544
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ tools-install: ## Install tools.
5959
.PHONY: buf
6060
buf: ## run buf generate command.
6161
@printf $(COLOR) "Generating buf code..."
62+
@echo $(NEWLINE)
6263
buf generate
6364
@printf $(COLOR) "Done."
65+
@echo $(NEWLINE)
6466

6567
##################################################
6668
# General #

0 commit comments

Comments
 (0)