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