aboutsummaryrefslogtreecommitdiffstats
path: root/watcher/watcher_notlinux.go
blob: efd7ea8f036b6200078d38ff73c994df28f46a43 (plain) (blame)
1
2
3
4
5
6
7
//go:build !linux

package watcher

import "github.com/rjeczalik/notify"

const notifyFlag = notify.Write | notify.Rename