aboutsummaryrefslogtreecommitdiffstats
path: root/watcher/watcher_linux.go
blob: a3caa6bdbbba6f1148d94e7edfa55521dbc1d312 (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