aboutsummaryrefslogtreecommitdiffstats
path: root/watcher/watcher_linux.go
blob: a7a23cd649e7ad51dc71bdf635ea8adbb4996924 (plain) (blame)
1
2
3
4
5
6
7
8
//go:build linux

package watcher

import "github.com/rjeczalik/notify"

// Watch IN_CLOSE_WRITE events on Linux to reduce the number of events to process
const notifyFlag = notify.InCloseWrite | notify.InMovedFrom