Versions in this module Expand all Collapse all v1 v1.2.1 Oct 11, 2024 v1.2.0 Oct 11, 2024 v1.1.0 Apr 26, 2022 v1.0.0 Jun 18, 2019 Changes in this version + type Function struct + End int + File string + Name string + Start int + Statements []*Statement + func (f *Function) Accumulate(f2 *Function) error + type Package struct + Functions []*Function + Name string + func (p *Package) Accumulate(p2 *Package) error + type Statement struct + End int + Reached int64 + Start int + func (s *Statement) Accumulate(s2 *Statement) error