Return package name
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
module github.com/swaven/useragent
|
module github.com/mileusna/useragent
|
||||||
|
|
||||||
go 1.14
|
go 1.14
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
ua "github.com/swaven/useragent"
|
ua "github.com/mileusna/useragent"
|
||||||
)
|
)
|
||||||
|
|
||||||
var testTable = [][]string{
|
var testTable = [][]string{
|
||||||
|
|||||||
Reference in New Issue
Block a user