Versions in this module Expand all Collapse all v0 v0.1.0 Oct 26, 2024 Changes in this version + var ErrUnsupported = errors.New("disk usage unsupported on this platform") + type Info struct + Available uint64 + Free uint64 + Total uint64 + func New(dir string) (info Info, err error)