Closed kkdd closed 9 years ago
I found the following error when executing a program: >> cannot find package "code.google.com/p/goprotobuf/proto"
>> cannot find package "code.google.com/p/goprotobuf/proto"
And I have successfully run the program by modifying as follows:
- import "code.google.com/p/goprotobuf/proto" + import "github.com/golang/protobuf/proto"
Commit bff90e1 fixes this.
I found the following error when executing a program:
>> cannot find package "code.google.com/p/goprotobuf/proto"
And I have successfully run the program by modifying as follows: