8 lines
159 B
Go
8 lines
159 B
Go
/*
|
|
|
|
Package process fetches process and socket information from the operating system.
|
|
It can find the process owning a network connection.
|
|
|
|
*/
|
|
package process
|