Browse Source

Merge pull request #73 from aszxqw/master

use proto "github.com/golang/protobuf/proto"
pull/75/head
chrislusf 10 years ago
parent
commit
e4f06a7069
  1. 2
      go/operation/system_message.pb.go

2
go/operation/system_message.pb.go

@ -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…
Cancel
Save