Skip to content

Commit

Permalink
update protogen
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJoiner committed Oct 30, 2024
1 parent 5c013f7 commit e0e0de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ go-generate:## run go generate
@go generate ./...

generate-grpc:
@protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
pkg/grpc/*.proto
protoc --go_out=./ --go_opt=paths=source_relative \
--go-grpc_out=./ --go-grpc_opt=paths=source_relative \
./pkg/grpc/*.proto

generate-swagger: ## generate swagger documentation
@swag -version
Expand Down

0 comments on commit e0e0de7

Please sign in to comment.