Versions in this module Expand all Collapse all v1 v1.69.1 Feb 15, 2025 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)