s/kylelemons/google/ in the new repo.

This commit is contained in:
Sebastian Zagrodzki
2017-05-05 23:41:11 +02:00
parent 730c32b9fd
commit e33e0fef82
8 changed files with 21 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ package usbid
import (
"fmt"
"github.com/kylelemons/gousb/usb"
"github.com/google/gousb/usb"
)
// Describe returns a human readable string describing the vendor and product

View File

@@ -21,7 +21,7 @@ import (
"strings"
"time"
"github.com/kylelemons/gousb/usb"
"github.com/google/gousb/usb"
)
const (

View File

@@ -22,7 +22,7 @@ import (
"strconv"
"strings"
"github.com/kylelemons/gousb/usb"
"github.com/google/gousb/usb"
)
// A Vendor contains the name of the vendor and mappings corresponding to all

View File

@@ -25,7 +25,7 @@ import (
"text/template"
"time"
"github.com/kylelemons/gousb/usbid"
"github.com/google/gousb/usbid"
)
var (

View File

@@ -14,7 +14,7 @@
package usbid
import "github.com/kylelemons/gousb/usb"
import "github.com/google/gousb/usb"
const testDBPath = "testdata/testdb.txt"