|
@ -14,15 +14,15 @@ It has these top-level messages: |
|
|
*/ |
|
|
*/ |
|
|
package couponrpc |
|
|
package couponrpc |
|
|
|
|
|
|
|
|
import proto "github.com/chai2010/protorpc/proto" |
|
|
|
|
|
import math "math" |
|
|
|
|
|
|
|
|
import "github.com/chai2010/protorpc/proto" |
|
|
|
|
|
import "math" |
|
|
|
|
|
|
|
|
import "io" |
|
|
import "io" |
|
|
import "log" |
|
|
import "log" |
|
|
import "net" |
|
|
import "net" |
|
|
import "net/rpc" |
|
|
import "net/rpc" |
|
|
import "time" |
|
|
import "time" |
|
|
import protorpc "github.com/chai2010/protorpc" |
|
|
|
|
|
|
|
|
import "github.com/chai2010/protorpc" |
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
var _ = proto.Marshal |
|
|
var _ = proto.Marshal |
|
|