mirror of
https://github.com/safing/portmaster
synced 2025-09-01 10:09:11 +00:00
7 lines
159 B
Go
7 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
|