mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
9 lines
132 B
Go
9 lines
132 B
Go
package sysx
|
|
|
|
import (
|
|
"syscall"
|
|
)
|
|
|
|
// This should actually be a set that contains ENOENT and EPERM
|
|
const ENODATA = syscall.ENOENT
|