pitaya
pitaya copied to clipboard
proto: file "cluster.proto" has a name conflict over protos.Response
cd examples/demo/cluster_grpc && go run main.go then panic and output : "proto: file "cluster.proto" has a name conflict over protos.Response" i try rename connector.go -> Response struct ,but it's still panic and output this error
I think I fixed this problem in the sidecar branch, go take a look there :)