Versions in this module Expand all Collapse all v1 v1.1.0 May 24, 2021 Changes in this version + var ErrRange = errors.New("byte size out of range") + func Parse(s string) (uint64, error) + type ParseError struct + Err error + Value string + func (e *ParseError) Error() string v1.0.0 Oct 19, 2020 Changes in this version + func Format(size uint64) string