gopsutil/load
Ville Skyttä f7e1f36418 refactor: remove unnecessary exec.LookPath calls
Executing the command does the lookup if needed and returns the same
error when not found, no need to do it separately.
..
load.go delete v2 directory, move v3 to top #1078
load_aix.go gofumpt
load_bsd.go refactor: remove unnecessary exec.LookPath calls
load_darwin.go refactor: remove unnecessary exec.LookPath calls
load_fallback.go gofumpt
load_freebsd.go gofumpt
load_linux.go Spelling and grammar fixes
load_openbsd.go gofumpt
load_solaris.go refactor: remove unnecessary exec.LookPath calls
load_test.go gofumpt
load_windows.go gofumpt