Versions in this module Expand all Collapse all v1 v1.0.3-dev Apr 2, 2018 v1.0.1 Jan 17, 2018 v1.0.0 Dec 5, 2017 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 GetLocalListener(path string, uid, gid int) (net.Listener, error) + func GetOpenFds(pid int) (int, error) — js/wasm, linux/amd64 + func GetSubreaper() (int, error) — 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 SetSubreaper(i int) error — 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.0.0-dev Dec 5, 2017