go-osstat icon indicating copy to clipboard operation
go-osstat copied to clipboard

memory.Cached undefined

Open Ran-Xing opened this issue 1 year ago • 0 comments

./emergency-response.go:45:46: memory.Cached undefined (type *memory.Stats has no field or method Cached)
memory, err := memory.Get()
fmt.Printf("memory cached: %d GB\n", memory.Cached)

Ran-Xing avatar Aug 06 '22 06:08 Ran-Xing