summaryrefslogtreecommitdiff
path: root/json/node.go
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 /json/node.go
parentfbac1cd52294f1faaeb56ae134eb4867b253881c (diff)
downloadquery-af59f90029f3df884b845c0a28a65859d6bf572c.tar.gz
query-af59f90029f3df884b845c0a28a65859d6bf572c.tar.bz2
Update import pathsHEADmaster
Diffstat (limited to 'json/node.go')
-rw-r--r--json/node.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/node.go b/json/node.go
index 4d58ee7..63e5a82 100644
--- a/json/node.go
+++ b/json/node.go
@@ -3,9 +3,9 @@ package json
import (
"bytes"
"fmt"
- "io"
+ //"io"
- 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