gopsutil/disk
WAKAYAMA Shirou 114c78c777 [host]: add not implemented methods.
..
disk.go Make IOCounters a variadic function
disk_darwin.go Move from the `syscall` package to the `golang.org/x/sys/{unix,windows}`
disk_darwin.h disk_darwin: Add support for IOCounters using IOKit
disk_darwin_amd64.go
disk_darwin_arm64.go Fix compile errors for iOS/arm64
disk_darwin_cgo.go disk: Remove -mmacosx-version-min from darwin+cgo
disk_darwin_nocgo.go Make IOCounters a variadic function
disk_fallback.go [host]: add not implemented methods.
disk_freebsd.go Move from the `syscall` package to the `golang.org/x/sys/{unix,windows}`
disk_freebsd_386.go [disk]freebsd: update 386.
disk_freebsd_amd64.go Merge branch 'master' into v2
disk_linux.go Move from the `syscall` package to the `golang.org/x/sys/{unix,windows}`
disk_openbsd.go Move from the `syscall` package to the `golang.org/x/sys/{unix,windows}`
disk_openbsd_amd64.go run go fmt ./...
disk_test.go fixed test TestDiskIOCountersStat_String to consider new weightedIO field
disk_unix.go [disk] Add comment to disk.Usage().
disk_windows.go Move from the `syscall` package to the `golang.org/x/sys/{unix,windows}`
types_freebsd.go [disk]freebsd: change to use C.sizeof_struct.
types_openbsd.go run go fmt ./...