aboutsummaryrefslogtreecommitdiff
path: root/nexgb/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/doc.go')
-rw-r--r--nexgb/doc.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/nexgb/doc.go b/nexgb/doc.go
index a587d4c..90f3cea 100644
--- a/nexgb/doc.go
+++ b/nexgb/doc.go
@@ -21,8 +21,8 @@ accompanying documentation can be found in examples/create-window.
import (
"fmt"
- "github.com/BurntSushi/xgb"
- "github.com/BurntSushi/xgb/xproto"
+ xgb "janouch.name/haven/nexgb"
+ "janouch.name/haven/nexgb/xproto"
)
func main() {
@@ -72,8 +72,8 @@ can be found in examples/xinerama.
import (
"fmt"
"log"
- "github.com/BurntSushi/xgb"
- "github.com/BurntSushi/xgb/xinerama"
+ xgb "janouch.name/haven/nexgb"
+ "janouch.name/haven/nexgb/xinerama"
)
func main() {