use github.com/golang/protobuf/proto instead of code.google.com/p/goprotobuf/proto

This commit is contained in:
yanyiwu
2014-12-26 16:59:53 +08:00
parent 5a40f539f2
commit 5b7628cf08
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import (
"log"
"testing"
proto "code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"
)
func TestSerialDeserial(t *testing.T) {