Versions in this module Expand all Collapse all v0 v0.2.0 Apr 14, 2020 v0.1.0 Oct 31, 2019 Changes in this version + type Visitor interface + EnterNode func(w Walkable) bool + LeaveNode func(w Walkable) + type Walkable interface + Walk func(v Visitor)