fix: package name&dir

This commit is contained in:
Vyacheslav1557 2024-08-16 19:49:28 +05:00
parent 7c538f4d3f
commit 4a48563ac7
2 changed files with 6 additions and 3 deletions

View file

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