diff options
| author | jEzEk <[email protected]> | 2017-12-10 18:02:04 +0100 |
|---|---|---|
| committer | jEzEk <[email protected]> | 2017-12-10 18:02:04 +0100 |
| commit | e7ad12b3260efa08a4a1652913d5d551fdc1b95d (patch) | |
| tree | 1f6234ef57c41d330f2e51bbe4d573be1d0db7c1 /xproto/xproto_test.go | |
| parent | 27f122750802c950b2c869a5b63dafcf590ced95 (diff) | |
BurntSushi/xgb -> jezek/xgb
Diffstat (limited to 'xproto/xproto_test.go')
| -rw-r--r-- | xproto/xproto_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xproto/xproto_test.go b/xproto/xproto_test.go index a5bec71..f8080bf 100644 --- a/xproto/xproto_test.go +++ b/xproto/xproto_test.go @@ -26,7 +26,7 @@ import ( "testing" "time" - "github.com/BurntSushi/xgb" + "github.com/jezek/xgb" ) // The X connection used throughout testing. |
