diff options
| author | Felix Hanley <felix@userspace.com.au> | 2019-03-13 13:53:12 +0000 |
|---|---|---|
| committer | Felix Hanley <felix@userspace.com.au> | 2019-03-13 13:53:12 +0000 |
| commit | af59f90029f3df884b845c0a28a65859d6bf572c (patch) | |
| tree | b2d1f392327cec117770656cbde0f34eebb1044e /json/node.go | |
| parent | fbac1cd52294f1faaeb56ae134eb4867b253881c (diff) | |
| download | query-af59f90029f3df884b845c0a28a65859d6bf572c.tar.gz query-af59f90029f3df884b845c0a28a65859d6bf572c.tar.bz2 | |
Diffstat (limited to 'json/node.go')
| -rw-r--r-- | json/node.go | 4 |
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 |
