diff options
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 |
