nexgb: rewrite import paths

This commit is contained in:
2018-09-08 19:57:27 +02:00
parent 48fb710f35
commit 7aa2601e66
35 changed files with 78 additions and 78 deletions

View File

@@ -7,8 +7,8 @@ package main
import (
"fmt"
"github.com/BurntSushi/xgb"
"github.com/BurntSushi/xgb/xproto"
xgb "janouch.name/haven/nexgb"
"janouch.name/haven/nexgb/xproto"
)
func main() {