diff options
Diffstat (limited to 'nexgb/bigreq')
| -rw-r--r-- | nexgb/bigreq/bigreq.go | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/nexgb/bigreq/bigreq.go b/nexgb/bigreq/bigreq.go index 6590376..d045d7f 100644 --- a/nexgb/bigreq/bigreq.go +++ b/nexgb/bigreq/bigreq.go @@ -4,9 +4,9 @@ package bigreq  // This file is automatically generated from bigreq.xml. Edit at your peril!  import ( -	"github.com/BurntSushi/xgb" +	xgb "janouch.name/haven/nexgb" -	"github.com/BurntSushi/xgb/xproto" +	"janouch.name/haven/nexgb/xproto"  )  // Init must be called before using the BIG-REQUESTS extension. | 
