gopsutil/host
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.
..
freebsd_headers [freebsd][host]: fix Users() return start secs.
host.go enable errorlint linter
host_bsd.go gofumpt
host_darwin.go refactor: remove unnecessary exec.LookPath calls
host_darwin_386.go gofumpt
host_darwin_amd64.go gofumpt
host_darwin_arm64.go gofumpt
host_darwin_cgo.go gofumpt
host_darwin_nocgo.go gofumpt
host_fallback.go gofumpt
host_freebsd.go gofumpt
host_freebsd_386.go [freebsd]host: change freebsd struct for 386 and arm.
host_freebsd_amd64.go [freebsd][host]: fix Users() return start secs.
host_freebsd_arm.go [freebsd]host: change freebsd struct for 386 and arm.
host_freebsd_arm64.go gofumpt
host_linux.go refactor: remove unnecessary exec.LookPath calls
host_linux_386.go gofumpt
host_linux_amd64.go gofumpt
host_linux_arm.go gofumpt
host_linux_arm64.go gofumpt
host_linux_mips.go gofumpt
host_linux_mips64.go gofumpt
host_linux_mips64le.go gofumpt
host_linux_mipsle.go gofumpt
host_linux_ppc64le.go gofumpt
host_linux_riscv64.go gofumpt
host_linux_s390x.go gofumpt
host_linux_test.go gofumpt
host_openbsd.go gofumpt
host_openbsd_386.go gofumpt
host_openbsd_amd64.go gofumpt
host_openbsd_arm64.go gofumpt
host_posix.go gofumpt
host_solaris.go refactor: remove unnecessary exec.LookPath calls
host_test.go enable errorlint linter
host_windows.go gofumpt
smc_darwin.c [mac] fix deprecated code in macOS Monterey
smc_darwin.h [mac] fix deprecated code in macOS Monterey
types.go enable revive linter
types_darwin.go gofumpt
types_freebsd.go gofumpt
types_linux.go gofumpt
types_openbsd.go gofumpt