vendor: update dependencies with github.com/kardianos/govendor
This commit is contained in:
2
vendor/github.com/rjeczalik/notify/watchpoint_other.go
generated
vendored
2
vendor/github.com/rjeczalik/notify/watchpoint_other.go
generated
vendored
@ -15,7 +15,7 @@ func eventmask(ei EventInfo, extra Event) Event {
|
||||
// matches reports a match only when:
|
||||
//
|
||||
// - for user events, when event is present in the given set
|
||||
// - for internal events, when additionaly both event and set have omit bit set
|
||||
// - for internal events, when additionally both event and set have omit bit set
|
||||
//
|
||||
// Internal events must not be sent to user channels and vice versa.
|
||||
func matches(set, event Event) bool {
|
||||
|
Reference in New Issue
Block a user