Versions in this module Expand all Collapse all v1 v1.3.3 Oct 2, 2014 v1.3.1 Aug 21, 2014 Changes in this version + type Index struct + func New(data []byte) *Index + func (x *Index) Bytes() []byte + func (x *Index) FindAllIndex(r *regexp.Regexp, n int) (result [][]int) + func (x *Index) Lookup(s []byte, n int) (result []int) + func (x *Index) Read(r io.Reader) error + func (x *Index) Write(w io.Writer) error