6 lines
84 B
Go
6 lines
84 B
Go
//go:build !remote
|
|
|
|
package abi
|
|
|
|
const processFileDescriptorsPath = "/proc/self/fd"
|