use github.com/golang/protobuf/proto instead of code.google.com/p/goprotobuf/proto
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"log"
|
||||
"testing"
|
||||
|
||||
proto "code.google.com/p/goprotobuf/proto"
|
||||
"github.com/golang/protobuf/proto"
|
||||
)
|
||||
|
||||
func TestSerialDeserial(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user