8 lines
111 B
Go
8 lines
111 B
Go
|
package ext
|
||
|
|
||
|
// Standard system metadata names
|
||
|
const (
|
||
|
// The pid of the traced process
|
||
|
Pid = "system.pid"
|
||
|
)
|