summaryrefslogtreecommitdiff
path: root/xgbgen/request_reply.go
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <[email protected]>2012-05-07 04:09:19 -0400
committerAndrew Gallant (Ocelot) <[email protected]>2012-05-07 04:09:19 -0400
commit8bcecd8ab592e67ade9cd728503581d5a84ca583 (patch)
tree4d550a9ca8b2b19af6d66b99233e0ecde4543df9 /xgbgen/request_reply.go
parentbe6362d05c9563b8085eba2b990a145101e9c99f (diff)
lots of docs and examples
Diffstat (limited to 'xgbgen/request_reply.go')
-rw-r--r--xgbgen/request_reply.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/xgbgen/request_reply.go b/xgbgen/request_reply.go
index c7a4cf8..4daa4ac 100644
--- a/xgbgen/request_reply.go
+++ b/xgbgen/request_reply.go
@@ -13,9 +13,9 @@ type Request struct {
srcName string // The Go name of this request.
xmlName string // The XML name of this request.
Opcode int
- Combine bool // Not currently used.
+ Combine bool // Not currently used.
Fields []Field // All fields in the request.
- Reply *Reply // A reply, if one exists for this request.
+ Reply *Reply // A reply, if one exists for this request.
}
// Initialize creates the proper Go source name for this request.