1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-05 08:36:55 +02:00

use proto "github.com/golang/protobuf/proto"

This commit is contained in:
yanyiwu 2015-01-30 15:09:37 +08:00
parent 440af8033d
commit 2f10f2960b

View file

@ -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.