Versions in this module Expand all Collapse all v3 v3.2.0 Sep 23, 2016 v3.1.1 Aug 2, 2016 v3.1.0 Jul 4, 2016 Changes in this version + type Index map[core.Hash]int64 + func NewFromIdx(r io.Reader) (Index, error) + func NewFromPackfile(rs io.ReadSeeker) (Index, error) + func (i Index) Get(h core.Hash) (int64, error) + func (i Index) Set(h core.Hash, o int64) error