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/host
s0ders 0bbc484a68
refactor: using fmt.Errorf on some error returns.
The following brings:
- Refactoring of `InfoWithContext` to wrap errors with `fmt.Errorf` in
  order to add textual context, making error message more helpful for
  the end user.

ref: 1836
4 weeks ago
..
freebsd_headers
testdata/linux/lsbStruct [host][linux]: remove double quote from lsb release info 2 years ago
host.go refactor: using fmt.Errorf on some error returns. 4 weeks ago
host_aix.go Merge pull request #1813 from mmorel-35/gocritic 2 months ago
host_aix_ppc64.go Ignore host_aix_ppc64 for now 12 months ago
host_aix_test.go chore: use testify instead of testing 2 months ago
host_bsd.go chore: enable unused-parameter from revive 2 months ago
host_darwin.go Merge pull request #1783 from mmorel-35/revive/unused-parameter 2 months ago
host_darwin_amd64.go add SPDX License, remove old build tag, and replace import 12 months ago
host_darwin_arm64.go add SPDX License, remove old build tag, and replace import 12 months ago
host_fallback.go chore: enable unused-parameter from revive 2 months ago
host_freebsd.go chore: enable unused-parameter from revive 2 months ago
host_freebsd_386.go add SPDX License, remove old build tag, and replace import 12 months ago
host_freebsd_amd64.go add SPDX License, remove old build tag, and replace import 12 months ago
host_freebsd_arm.go add SPDX License, remove old build tag, and replace import 12 months ago
host_freebsd_arm64.go add SPDX License, remove old build tag, and replace import 12 months ago
host_linux.go Merge pull request #1783 from mmorel-35/revive/unused-parameter 2 months ago
host_linux_386.go chore: enable var-naming from revive 2 months ago
host_linux_amd64.go add SPDX License, remove old build tag, and replace import 12 months ago
host_linux_arm.go add SPDX License, remove old build tag, and replace import 12 months ago
host_linux_arm64.go add SPDX License, remove old build tag, and replace import 12 months ago
host_linux_loong64.go add SPDX License, remove old build tag, and replace import 12 months ago
host_linux_mips.go add SPDX License, remove old build tag, and replace import 12 months ago
host_linux_mips64.go add SPDX License, remove old build tag, and replace import 12 months ago
host_linux_mips64le.go add SPDX License, remove old build tag, and replace import 12 months ago
host_linux_mipsle.go add SPDX License, remove old build tag, and replace import 12 months ago
host_linux_ppc64.go add SPDX License, remove old build tag, and replace import 12 months ago
host_linux_ppc64le.go add SPDX License, remove old build tag, and replace import 12 months ago
host_linux_riscv64.go add SPDX License, remove old build tag, and replace import 12 months ago
host_linux_s390x.go add SPDX License, remove old build tag, and replace import 12 months ago
host_linux_test.go chore: use testify instead of testing 2 months ago
host_netbsd.go chore: enable unused-parameter from revive 2 months ago
host_openbsd.go chore: enable unused-parameter from revive 2 months ago
host_openbsd_386.go add SPDX License, remove old build tag, and replace import 12 months ago
host_openbsd_amd64.go add SPDX License, remove old build tag, and replace import 12 months ago
host_openbsd_arm.go add SPDX License, remove old build tag, and replace import 12 months ago
host_openbsd_arm64.go add SPDX License, remove old build tag, and replace import 12 months ago
host_openbsd_riscv64.go add SPDX License, remove old build tag, and replace import 12 months ago
host_posix.go add SPDX License, remove old build tag, and replace import 12 months ago
host_solaris.go chore: enable unused-parameter from revive 2 months ago
host_test.go [host]: fix potential error on CI test on Windows. 1 month ago
host_windows.go Merge pull request #1783 from mmorel-35/revive/unused-parameter 2 months ago
types_darwin.go add SPDX License, remove old build tag, and replace import 12 months ago
types_freebsd.go add SPDX License, remove old build tag, and replace import 12 months ago
types_linux.go add SPDX License, remove old build tag, and replace import 12 months ago
types_openbsd.go add SPDX License, remove old build tag, and replace import 12 months ago