Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@helenamariano
Copy link
Contributor

@helenamariano helenamariano commented Jun 3, 2022

Install:

brew install protoc
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest

to generate go files from proto.

Run from iWork/pb-schema:

protoc -I=.  --go_out=paths=source_relative:./.. TSPArchiveMessages.proto
protoc -I=.  --go_out=paths=source_relative:./.. TSPDatabaseMessages.proto
protoc -I=.  --go_out=paths=source_relative:./.. TSPMessages.proto

@jkaho jkaho requested a review from jonathaningram June 14, 2022 02:57
Copy link
Member

@jonathaningram jonathaningram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. As a followup change we could consider switching to buf for protobuf generation?

@jkaho jkaho marked this pull request as ready for review June 28, 2022 02:28
@jkaho jkaho merged commit 2894bd7 into master Jun 28, 2022
@jkaho jkaho deleted the ENG-3251/update_grpc_go branch June 28, 2022 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants