We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b582452 commit a504688Copy full SHA for a504688
README.md
@@ -37,7 +37,7 @@ func main() {
37
return
38
}
39
log.Println("event:", event)
40
- // `Op` is the same as `fsnotify.Op`.
+ // `Op` is the same as `fsnotify.Op`.
41
if event.Op&fsnotify.Write == fsnotify.Write {
42
log.Println("modified file:", event.Name)
43
0 commit comments