feat: package name&dir

This commit is contained in:
Vyacheslav1557 2024-08-16 22:09:03 +05:00
parent 3fed9d7c03
commit ac68c46f5e
5 changed files with 8 additions and 11 deletions

View file

@ -1,8 +1,5 @@
GEN_DIR=pkg/go/gen
gen:
@buf generate proto/tester -o ${GEN_DIR}/tester
@buf generate proto/session -o ${GEN_DIR}/session
@buf generate
dev:
@make gen
@go run main.go