summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2019-03-13 13:53:12 +0000
committerFelix Hanley <felix@userspace.com.au>2019-03-13 13:53:12 +0000
commitaf59f90029f3df884b845c0a28a65859d6bf572c (patch)
treeb2d1f392327cec117770656cbde0f34eebb1044e /html
parentfbac1cd52294f1faaeb56ae134eb4867b253881c (diff)
downloadquery-master.tar.gz
query-master.tar.bz2
Update import pathsHEADmaster
Diffstat (limited to 'html')
-rw-r--r--html/node.go2
-rw-r--r--html/parse_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/html/node.go b/html/node.go
index ed51aaf..831a7a1 100644
--- a/html/node.go
+++ b/html/node.go
@@ -4,7 +4,7 @@ import (
"fmt"
x "golang.org/x/net/html"
- base "src.userspace.com.au/query"
+ base "src.userspace.com.au/felix/query"
)
// A Node consists of a NodeType and some data (tag name for
diff --git a/html/parse_test.go b/html/parse_test.go
index cfc6997..f113272 100644
--- a/html/parse_test.go
+++ b/html/parse_test.go
@@ -4,7 +4,7 @@ import (
"strings"
"testing"
- base "src.userspace.com.au/query"
+ base "src.userspace.com.au/felix/query"
)
func TestParse(t *testing.T) {