Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There has been a change in the protoc binary from version v1.12. For more information refer to: golang/protobuf#1070. This Makefile has been kept minimal to achieve the following: 1. Changes should be made to the replication.proto file in the root of the repo. 2. The generated code is split into two files now, lib/go/replication.pb.go and lib/go/replication_grpc.pb.go TODO: Add validation methods to ensure that the generated files match with the commited files. Signed-off-by: Raghavendra Talur <[email protected]>
- Loading branch information