gopsutil/mem
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.
..
mem.go Use static initialisation for invoke instances, instead of init funcs
mem_darwin.go Add WithContext functions.
mem_darwin_cgo.go Add WithContext functions.
mem_darwin_nocgo.go Add WithContext functions.
mem_darwin_test.go add Timeout to invoke command and use common.Invoke refs: #201
mem_fallback.go Add WithContext functions.
mem_freebsd.go Eliminate call to swapinfo on FreeBSD
mem_linux.go Add WithContext functions.
mem_openbsd.go Add WithContext functions.
mem_openbsd_amd64.go run go fmt ./...
mem_solaris.go Add WithContext functions.
mem_test.go mem: Skip TestVirtual_memory on Solaris
mem_windows.go Add WithContext functions.
types_openbsd.go run go fmt ./...