yaacov / observer

Golang event emitter and listener with builtin file watcher package.
Apache License 2.0
36 stars 8 forks source link

It is not supported to observe that the directory part of pattern is * #14

Open 1Hei opened 2 months ago

1Hei commented 2 months ago

If the directory part of the given pattern is a , it cannot be observed. For example: `/test///test.txt`

yaacov commented 2 months ago

Thank you for the issue, can you make a pull request to fix this issue ?