Versions in this module Expand all Collapse all v1 v1.2.0 Aug 14, 2018 v1.1.0 Apr 30, 2018 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)