mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
use proto "github.com/golang/protobuf/proto"
This commit is contained in:
parent
440af8033d
commit
2f10f2960b
|
@ -14,7 +14,7 @@ It has these top-level messages:
|
||||||
*/
|
*/
|
||||||
package operation
|
package operation
|
||||||
|
|
||||||
import proto "code.google.com/p/goprotobuf/proto"
|
import proto "github.com/golang/protobuf/proto"
|
||||||
import math "math"
|
import math "math"
|
||||||
|
|
||||||
// Reference imports to suppress errors if they are not otherwise used.
|
// Reference imports to suppress errors if they are not otherwise used.
|
||||||
|
|
Loading…
Reference in a new issue