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/net
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.
7 years ago
..
net.go Use static initialisation for invoke instances, instead of init funcs 7 years ago
net_darwin.go Add WithContext functions. 7 years ago
net_darwin_test.go Fix issues reported by golint. 8 years ago
net_fallback.go Add WithContext functions. 7 years ago
net_freebsd.go Add WithContext functions. 7 years ago
net_linux.go Add WithContext functions. 7 years ago
net_linux_test.go Merge pull request #355 from sean-/fix-lint-errors 8 years ago
net_openbsd.go Add WithContext functions. 7 years ago
net_test.go `gofmt -s -w .` 8 years ago
net_unix.go Add WithContext functions. 7 years ago
net_windows.go Add WithContext functions. 7 years ago