Versions in this module Expand all Collapse all v1 deprecated v1.0.1 Jul 20, 2026 v1.0.0 Aug 12, 2020 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