Versions in this module Expand all Collapse all v1 v1.1.0 Dec 20, 2018 Changes in this version type Decoder + NewSection func() error v1.0.1 Jun 16, 2017 v1.0.0 May 22, 2017 Changes in this version + var ErrMismatchedSection = errors.New("mismatched section") + type Decoder interface + Section func(size int32) (data []byte, err error) + func New(repData []byte) Decoder + func NewFromFile(name string) (Decoder, error)