Versions in this module Expand all Collapse all v1 v1.1.0 Apr 24, 2018 Changes in this version + const OOMScoreMaxKillable — darwin/amd64, js/wasm, linux/amd64 + func CreateSequential(name string) (*os.File, error) — windows/amd64 + func CreateUnixSocket(path string) (net.Listener, error) — darwin/amd64, js/wasm, linux/amd64 + func EpollCreate1(flag int) (int, error) — linux/amd64 + func EpollCtl(epfd int, op int, fd int, event *unix.EpollEvent) error — linux/amd64 + func EpollWait(epfd int, events []unix.EpollEvent, msec int) (int, error) — linux/amd64 + func ForceRemoveAll(path string) error + func GetLocalListener(path string, uid, gid int) (net.Listener, error) + func GetOpenFds(pid int) (int, error) — js/wasm, linux/amd64 + func GetSystemCPUUsage() (uint64, error) — linux/amd64 + func IsAbs(path string) bool — windows/amd64 + func MkdirAll(path string, _ os.FileMode) error — windows/amd64 + func MkdirAllWithACL(path string, perm os.FileMode) error — windows/amd64 + func OpenFileSequential(name string, flag int, _ os.FileMode) (*os.File, error) — windows/amd64 + func OpenSequential(name string) (*os.File, error) — windows/amd64 + func SetOOMScore(pid, score int) error + func StatATimeAsTime(st *syscall.Stat_t) time.Time — darwin/amd64, linux/amd64 + func StatAtime(st *syscall.Stat_t) syscall.Timespec — darwin/amd64, linux/amd64 + func StatCtime(st *syscall.Stat_t) syscall.Timespec — darwin/amd64, linux/amd64 + func StatMtime(st *syscall.Stat_t) syscall.Timespec — darwin/amd64, linux/amd64 + type Exit struct — darwin/amd64, js/wasm, linux/amd64 + Pid int + Status int + func Reap(wait bool) (exits []Exit, err error) v1.1.0-rc.2 Apr 13, 2018 v1.1.0-rc.1 Apr 5, 2018 v1.1.0-rc.0 Mar 27, 2018