You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gopsutil/disk
Laurie Clark-Michalek 413cb32b6c Use static initialisation for invoke instances, instead of init funcs
The order of init function execution is dependant on the order that the
source files are passed to the compiler. This causes issues when
building under other build systems, such as bazel or buck, as they are
not guarenteed to maintain the same file order as the default go tool.
7 years ago
..
disk.go Use static initialisation for invoke instances, instead of init funcs 7 years ago
disk_darwin.go Add WithContext functions. 7 years ago
disk_darwin.h disk_darwin: Add support for IOCounters using IOKit 8 years ago
disk_darwin_amd64.go
disk_darwin_arm64.go Fix compile errors for iOS/arm64 9 years ago
disk_darwin_cgo.go Add WithContext functions. 7 years ago
disk_darwin_nocgo.go Add WithContext functions. 7 years ago
disk_fallback.go Add WithContext functions. 7 years ago
disk_freebsd.go Add WithContext functions. 7 years ago
disk_freebsd_386.go [disk]freebsd: update 386. 9 years ago
disk_freebsd_amd64.go Merge branch 'master' into v2 9 years ago
disk_linux.go Merge branch 'master' into feature/add_context_support 7 years ago
disk_openbsd.go Add WithContext functions. 7 years ago
disk_openbsd_amd64.go run go fmt ./... 8 years ago
disk_solaris.go Add WithContext functions. 7 years ago
disk_test.go [disk]linux: use basename such as sda1 for IOCounters 7 years ago
disk_unix.go Add WithContext functions. 7 years ago
disk_windows.go windows: fix WithContext functions 7 years ago
types_freebsd.go [disk]freebsd: change to use C.sizeof_struct. 9 years ago
types_openbsd.go run go fmt ./... 8 years ago