Closed tobegit3hub closed 7 years ago
+1
Ok, ok, I'll try to look at this soon! :) In my haste, I lost the commands I used to create the protobuf shims, so this will be a fun rediscovery process..
I compiled the latest .proto files with protoc 3.1.0 and created a fork in case someone's interested: https://github.com/ilaripih/tfclient
Merged. Thanks @ilaripih !
Now I clone the project in my $GOPATH and try to build. It fails and the error log looks like this.
And the version of
protoc
is 3.1.0 which should support protobuf 3.I can
go build
if I comment out that line of code. But I'm still confused about how to run this. Do you mind adding more introduction about compiling and usage?