diff options
author | Adam Scarr <adam@vektah.net> | 2017-08-07 21:45:12 +1000 |
---|---|---|
committer | Adam Scarr <adam@vektah.net> | 2017-08-07 21:45:12 +1000 |
commit | 88aaf567a51e9a0b11322db8a967f54057a7e340 (patch) | |
tree | bec13c95851d2b4fad9bbc529e1033414ff230ed /debugon.go | |
parent | 132876fce437c35fc861b0796cd231405250bbd5 (diff) |
*Node -> Node
Diffstat (limited to 'debugon.go')
-rw-r--r-- | debugon.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |