Skip to content

Tags: bryx-inc/fsnotify

Tags

v1.4.10

Toggle v1.4.10's commit message
CLOSE_WRITE doesn't exist in windows

v1.4.9

Toggle v1.4.9's commit message
CLOSE_WRITE doesn't exist in windows

v1.4.8

Toggle v1.4.8's commit message
Change path for go.mod

v1.4.7

Toggle v1.4.7's commit message
v1.4.7

closes fsnotify#222

[ci skip]

v1.3.0

Toggle v1.3.0's commit message
global: switch to x/sys/unix

The syscall package is locked since 1.4[1], all new changes are in x/sys[2]
The fixes for epoll/arm64 are going to be loaded to x/sys/unix. This
commit is straightforward search/replace with a couple of hand edits.

This is needed for fixing fsnotify#130

[1] https://golang.org/s/go1.4-syscall
[2] https://godoc.org/golang.org/x/sys/unix

closes fsnotify#135

v1.2.11

Toggle v1.2.11's commit message
Update Travis config to Go 1.5.4 and 1.6.1