goprotobuf has moved to GitHub

code.google.com/p/goprotobuf to github.com/golang/groupcache
This commit is contained in:
Fumitoshi Ukai 2014-11-25 13:21:41 +09:00
parent d2a1805917
commit 5fb127ef79
5 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ import (
"testing" "testing"
"time" "time"
"code.google.com/p/goprotobuf/proto" "github.com/golang/protobuf/proto"
pb "github.com/golang/groupcache/groupcachepb" pb "github.com/golang/groupcache/groupcachepb"
testpb "github.com/golang/groupcache/testpb" testpb "github.com/golang/groupcache/testpb"

View File

@ -4,7 +4,7 @@
package groupcachepb package groupcachepb
import proto "code.google.com/p/goprotobuf/proto" import proto "github.com/golang/protobuf/proto"
import json "encoding/json" import json "encoding/json"
import math "math" import math "math"

View File

@ -24,9 +24,9 @@ import (
"strings" "strings"
"sync" "sync"
"code.google.com/p/goprotobuf/proto"
"github.com/golang/groupcache/consistenthash" "github.com/golang/groupcache/consistenthash"
pb "github.com/golang/groupcache/groupcachepb" pb "github.com/golang/groupcache/groupcachepb"
"github.com/golang/protobuf/proto"
) )
const defaultBasePath = "/_groupcache/" const defaultBasePath = "/_groupcache/"

View File

@ -19,7 +19,7 @@ package groupcache
import ( import (
"errors" "errors"
"code.google.com/p/goprotobuf/proto" "github.com/golang/protobuf/proto"
) )
// A Sink receives data from a Get call. // A Sink receives data from a Get call.

View File

@ -4,7 +4,7 @@
package testpb package testpb
import proto "code.google.com/p/goprotobuf/proto" import proto "github.com/golang/protobuf/proto"
import json "encoding/json" import json "encoding/json"
import math "math" import math "math"