fix file watcher event bug on Linux
the watcher can not normally get events of file changes on linux. it just can get the first two changes.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//+build !linux
|
||||
|
||||
package file
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user