diff options
| author | chrislusf <chris.lu@gmail.com> | 2015-01-29 23:34:40 -0800 |
|---|---|---|
| committer | chrislusf <chris.lu@gmail.com> | 2015-01-29 23:34:40 -0800 |
| commit | e4f06a70691b8915e089252d6ae58406b5728895 (patch) | |
| tree | 35cdacd86267691ce565af50c2b4ed6f3332bae6 /go | |
| parent | 23ed4d36c8ee3531ee15f27fd9c70dc7a564be6d (diff) | |
| parent | 2f10f2960b30cff9d5d32d2d938232ba5d7ba519 (diff) | |
| download | seaweedfs-e4f06a70691b8915e089252d6ae58406b5728895.tar.xz seaweedfs-e4f06a70691b8915e089252d6ae58406b5728895.zip | |
Merge pull request #73 from aszxqw/master
use proto "github.com/golang/protobuf/proto"
Diffstat (limited to 'go')
| -rw-r--r-- | go/operation/system_message.pb.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/operation/system_message.pb.go b/go/operation/system_message.pb.go index 32e6a6640..742a1ca4e 100644 --- a/go/operation/system_message.pb.go +++ b/go/operation/system_message.pb.go @@ -14,7 +14,7 @@ It has these top-level messages: */ package operation -import proto "code.google.com/p/goprotobuf/proto" +import proto "github.com/golang/protobuf/proto" import math "math" // Reference imports to suppress errors if they are not otherwise used. |
