diff options
| author | yanyiwu <i@yanyiwu.com> | 2014-12-26 16:59:53 +0800 |
|---|---|---|
| committer | yanyiwu <i@yanyiwu.com> | 2014-12-26 16:59:53 +0800 |
| commit | 5b7628cf08b246bb8dd075a28f29e1bd3401eb2d (patch) | |
| tree | ec86ea79cb296d838a5d8eaa71ec7a30705e6d90 /go/storage | |
| parent | 5a40f539f23bbc262c3a10f64cc53bba67b3df21 (diff) | |
| download | seaweedfs-5b7628cf08b246bb8dd075a28f29e1bd3401eb2d.tar.xz seaweedfs-5b7628cf08b246bb8dd075a28f29e1bd3401eb2d.zip | |
use github.com/golang/protobuf/proto instead of code.google.com/p/goprotobuf/proto
Diffstat (limited to 'go/storage')
| -rw-r--r-- | go/storage/store.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/storage/store.go b/go/storage/store.go index e1d9d2b01..65eed1d0e 100644 --- a/go/storage/store.go +++ b/go/storage/store.go @@ -9,10 +9,10 @@ import ( "strconv" "strings" - proto "code.google.com/p/goprotobuf/proto" "github.com/chrislusf/weed-fs/go/glog" "github.com/chrislusf/weed-fs/go/operation" "github.com/chrislusf/weed-fs/go/util" + "github.com/golang/protobuf/proto" ) const ( |
