Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 Changes in this version + func Inhibit() + type Event struct + func (e *Event) MakeEvent(fd uintptr) error + func (e *Event) Wait(timeoutms int) (int, error) + type File struct + func Open(path string, flag int) (*File, error) + func (f *File) Ioctl(op uint, data uintptr) error + type Ioctler interface + Ioctl func(op uint, data uintptr) error Incompatible versions in this module v2.0.0+incompatible Aug 25, 2017