Merge pull request #73 from aszxqw/master

use proto "github.com/golang/protobuf/proto"
This commit is contained in:
chrislusf 2015-01-29 23:34:40 -08:00
commit e4f06a7069

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.