1
0
Fork 0
mirror of https://github.com/Luzifer/go_helpers.git synced 2024-10-18 14:24:20 +00:00
Commit graph

3 commits

Author SHA1 Message Date
d67686d26f
Allow to set watcher to follow symlinks
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-19 01:59:31 +01:00
d1f1007b33
Fix logic bug in run loop, replace Stat with Lstat
in order to use a less expensive syscall when applied to symlinks like
in Kubernetes ConfigMap mounts

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-18 15:26:18 +01:00
36c4490cff
Implement file.Watcher
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-01-28 18:43:04 +01:00