5 lines
102 B
Go
5 lines
102 B
Go
package process
|
|
|
|
// SystemProcessID is the PID of the System/Kernel itself.
|
|
const SystemProcessID = 0
|