Skip to content

Commit

Permalink
make gen-protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsn committed Jan 7, 2025
1 parent 48ccc34 commit f4a4779
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-generators: gen-mocks gen-api gen-protobuf

install-tools:
go install github.com/oapi-codegen/oapi-codegen/v2/cmd/[email protected]
go install google.golang.org/protobuf/cmd/[email protected].0
go install google.golang.org/protobuf/cmd/[email protected].2
go install go.uber.org/mock/[email protected]
go install google.golang.org/grpc/cmd/[email protected]
go install github.com/golangci/golangci-lint/cmd/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions network/transport/grpc/testprotocol.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion network/transport/grpc/testprotocol_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions network/transport/v2/protocol.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion network/transport/v2/protocol_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4a4779

Please sign in to comment.