rename protos-go -> protos

This commit is contained in:
Sergey Cherepanov 2022-09-08 12:15:54 +03:00 committed by Mikhail Iudin
parent 54bff9012e
commit 7b60bc49ac
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -13,7 +13,7 @@ endif
export PATH=$(GOPATH)/bin:$(shell echo $$PATH) export PATH=$(GOPATH)/bin:$(shell echo $$PATH)
# TODO: folders were changed, so we should update Makefile and protos generation # TODO: folders were changed, so we should update Makefile and protos generation
protos-go: protos:
@echo 'Generating protobuf packages (Go)...' @echo 'Generating protobuf packages (Go)...'
# Uncomment if needed # Uncomment if needed
@$(eval ROOT_PKG := pkg) @$(eval ROOT_PKG := pkg)