Versions in this module Expand all Collapse all v0 v0.8.5 Feb 22, 2015 v0.8.4 Feb 20, 2015 Changes in this version + var ErrCorrupt = errors.New("snappy: corrupt input") + func Decode(dst, src []byte) ([]byte, error) + func DecodedLen(src []byte) (int, error) + func Encode(dst, src []byte) ([]byte, error) + func MaxEncodedLen(srcLen int) int v0.8.4-1 Feb 20, 2015