diff options
| author | Andrew Gallant <[email protected]> | 2016-03-29 16:23:18 -0400 |
|---|---|---|
| committer | Andrew Gallant <[email protected]> | 2016-03-29 16:23:18 -0400 |
| commit | b3a96fa0bc5f20dd08ed8342359a31b64bd761fa (patch) | |
| tree | 05e13ac8d1a42349b766b0abd6d2a55b5ee3986f /xgb.go | |
| parent | 5d9015c16e326c446bad9da7b29698d659069af5 (diff) | |
fix structs with field name of 'Bytes'
(it conflict with a method of the same name that is generated for
all such structs)
Diffstat (limited to 'xgb.go')
| -rw-r--r-- | xgb.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ type Conn struct { seqChan chan uint16 reqChan chan *request closing chan chan struct{} - + // ExtLock is a lock used whenever new extensions are initialized. // It should not be used. It is exported for use in the extension // sub-packages. |
