From b3a96fa0bc5f20dd08ed8342359a31b64bd761fa Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 29 Mar 2016 16:23:18 -0400 Subject: fix structs with field name of 'Bytes' (it conflict with a method of the same name that is generated for all such structs) --- xgb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xgb.go') diff --git a/xgb.go b/xgb.go index f49d19b..3d2c61f 100644 --- a/xgb.go +++ b/xgb.go @@ -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. -- cgit v1.2.3