vendor: update dependencies with github.com/kardianos/govendor
This commit is contained in:
2
vendor/github.com/rjeczalik/notify/event_kqueue.go
generated
vendored
2
vendor/github.com/rjeczalik/notify/event_kqueue.go
generated
vendored
@ -26,7 +26,7 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
// NoteDelete is an even reported when the unlink() system call was called
|
||||
// NoteDelete is an event reported when the unlink() system call was called
|
||||
// on the file referenced by the descriptor.
|
||||
NoteDelete = Event(syscall.NOTE_DELETE)
|
||||
// NoteWrite is an event reported when a write occurred on the file
|
||||
|
Reference in New Issue
Block a user