refactor:
This commit is contained in:
parent
ad8d145986
commit
3c0f01630f
29 changed files with 360 additions and 1377 deletions
9
Makefile
9
Makefile
|
@ -1,4 +1,7 @@
|
|||
all:
|
||||
go build
|
||||
bug generate proto
|
||||
dev:
|
||||
@buf generate proto
|
||||
@go run main.go
|
||||
|
||||
build:
|
||||
@buf generate proto
|
||||
# TODO: build dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue