summaryrefslogtreecommitdiff
path: root/debugon.go
diff options
context:
space:
mode:
authorAdam Scarr <adam@vektah.net>2017-08-07 21:45:12 +1000
committerAdam Scarr <adam@vektah.net>2017-08-07 21:45:12 +1000
commit88aaf567a51e9a0b11322db8a967f54057a7e340 (patch)
treebec13c95851d2b4fad9bbc529e1033414ff230ed /debugon.go
parent132876fce437c35fc861b0796cd231405250bbd5 (diff)
*Node -> Node
Diffstat (limited to 'debugon.go')
-rw-r--r--debugon.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugon.go b/debugon.go
index 79acf0f..f80b6ea 100644
--- a/debugon.go
+++ b/debugon.go
@@ -20,7 +20,7 @@ type DebugParser struct {
Calls int
}
-func (dp *DebugParser) Parse(ps *State) *Node {
+func (dp *DebugParser) Parse(ps *State) Node {
start := time.Now()
ret := dp.Next(ps)