Versions in this module Expand all Collapse all v1 v1.0.0 Jul 20, 2026 Changes in this version + type Stats struct + AvailableB uint64 + CapacityB uint64 + FreePerc float64 + UsedB uint64 + UsedPerc float64 + func FromPath(inPath string) (*Stats, error) + func MustFromPath(inPath string) Stats + func (t Stats) String() string