commit | b8b15a273dbacd6945205200fd37807cb7939361 | [log] [tgz] |
---|---|---|
author | Julien Schmidt <github@julienschmidt.com> | Fri Feb 05 19:36:58 2016 +0100 |
committer | Julien Schmidt <github@julienschmidt.com> | Fri Feb 05 19:36:58 2016 +0100 |
tree | 5d5aa2c431da119d5e3480341e85395d8cefe784 | |
parent | 9cf8746fac22178418ddf050451e0b00aa607291 [diff] |
tree: explicitly use node type static Fixes #104
diff --git a/tree.go b/tree.go index faf5fdc..eeadec9 100644 --- a/tree.go +++ b/tree.go
@@ -106,6 +106,7 @@ child := node{ path: n.path[i:], wildChild: n.wildChild, + nType: static, indices: n.indices, children: n.children, handle: n.handle,