Jakob Borg ff2d4d2ced Handle pointers that are now integers in Go 1.10 (fixes #135)
The Core Services reference types became integer shaped after being
pointer shaped in Go 1.9. I moved the thing out into a constant zero or
nil variable according to the Go version, in order to avoid duplicating
a bunch of code into separate files.

This is the required fix according to
https://go-review.googlesource.com/c/go/+/66332.

This passes tests with Go 1.9.2. and 1.10beta1.
2017-12-09 08:29:52 +01:00
2017-01-28 16:28:02 -02:00
2015-02-15 13:44:09 +01:00
2017-01-28 16:29:06 -02:00
2017-01-17 22:12:36 +00:00
2015-02-16 10:48:12 +01:00
2015-02-16 16:04:17 +01:00
2015-02-15 13:44:09 +01:00
2017-01-28 16:35:34 -02:00
2015-03-16 21:21:30 +01:00
2015-03-08 13:13:06 +01:00
2015-02-15 13:44:09 +01:00
2017-01-17 22:12:36 +00:00
2015-03-08 13:13:06 +01:00
2015-10-22 23:25:19 +02:00

notify GoDoc Build Status Build status Coverage Status

Filesystem event notification library on steroids. (under active development)

Documentation

godoc.org/github.com/rjeczalik/notify

Installation

~ $ go get -u github.com/rjeczalik/notify

Projects using notify

S
Description
File system event notification library on steroids.
Readme MIT
981 KiB
Languages
Go 100%