diff options
| author | yanyiwu <i@yanyiwu.com> | 2015-01-30 15:09:37 +0800 |
|---|---|---|
| committer | yanyiwu <i@yanyiwu.com> | 2015-01-30 15:09:37 +0800 |
| commit | 2f10f2960b30cff9d5d32d2d938232ba5d7ba519 (patch) | |
| tree | d686a2df2499a0d69251ccb9b367a0228a7da673 | |
| parent | 440af8033de477cc41004846f50348d13defd612 (diff) | |
| download | seaweedfs-2f10f2960b30cff9d5d32d2d938232ba5d7ba519.tar.xz seaweedfs-2f10f2960b30cff9d5d32d2d938232ba5d7ba519.zip | |
use proto "github.com/golang/protobuf/proto"
| -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. |
