Versions in this module Expand all Collapse all v0 v0.4.2 Feb 13, 2020 v0.4.1 Dec 25, 2019 Changes in this version + func AppendSleb128(b []byte, v int64) []byte + func AppendUleb128(b []byte, v uint64) []byte + func ReadVarUint32(r io.Reader) (uint32, error) + func ReadVarint32(r io.Reader) (int32, error) + func ReadVarint64(r io.Reader) (int64, error) + func WriteVarUint32(w io.Writer, cur uint32) (int, error) + func WriteVarint64(w io.Writer, cur int64) (int, error)