Versions in this module Expand all Collapse all v1 v1.0.2 Mar 12, 2020 v1.0.1 Jan 20, 2020 Changes in this version + type Location struct + End int + Pos int + type Map map[Location]Location + func Compute(input, output []byte) (Map, error) + func (m Map) Find(pos, end int) (Location, bool)