gopsutil/process
Max Altgelt 9ad6c64727
fix: Remove superfluous EnvironWithContext definitions
Since Darwin / FreeBSD / OpenBSD all use process_bsd.go, remove
the duplicated "not implemented" EnvironWithContext definitions
from their custom go files.

Signed-off-by: Max Altgelt <max.altgelt@nextron-systems.com>
..
testdata [process][linux] add test for missing iotime in SmartOS lx containers
process.go feat: Add support for environment variable read
process_bsd.go feat: Add support for environment variable read
process_darwin.go fix: Remove superfluous EnvironWithContext definitions
process_darwin_386.go
process_darwin_amd64.go
process_darwin_arm64.go process: change all pointers to uint64 in ExternProc for darwin arm64
process_darwin_cgo.go [darwin][process] Add cgo implementation of Exe() from PR #243
process_darwin_nocgo.go [process][darwin][nocgo] Fix #867 iterate on every lines returned by lsof to handle potential warnings
process_fallback.go feat: Add support for environment variable read
process_freebsd.go fix: Remove superfluous EnvironWithContext definitions
process_freebsd_386.go
process_freebsd_amd64.go
process_freebsd_arm.go
process_freebsd_arm64.go Add support for freebsd/arm64
process_linux.go feat: Add support for environment variable read
process_linux_test.go [process][linux] add test for missing iotime in SmartOS lx containers
process_openbsd.go fix: Remove superfluous EnvironWithContext definitions
process_openbsd_386.go [host][mem][process][openbsd] Add 386 const and types definitions
process_openbsd_amd64.go
process_openbsd_arm64.go add support for OpenBSD arm64
process_posix.go [process][solaris] process basics
process_posix_test.go Move from the `syscall` package to the `golang.org/x/sys/{unix,windows}`
process_race_test.go fix ppid cache race condition #964
process_solaris.go feat: Add support for environment variable read
process_test.go chore: add tests
process_windows.go fix: Correct UNICODE_STRING64 definition
process_windows_386.go feat: Add support for environment variable read
process_windows_amd64.go feat: Add support for environment variable read
types_darwin.go Add support for Darwin/ARM64
types_freebsd.go
types_openbsd.go