srpc/client.go

8 lines
92 B
Go

package srpc
var REQUEST_HEADER_SIZE = int32(8)
type requestHeader struct {
size int64
}