Hi, I noticed that the file watcher-skip.go uses a hyphen (-) in its name, while other files in the project follow the underscore (_) convention, such as watcher_test.go and memory_linux.go.
Is there a specific reason for this? Would it make sense to align the naming with the existing convention for better consistency?
Hi, I noticed that the file
watcher-skip.gouses a hyphen (-) in its name, while other files in the project follow the underscore (_) convention, such aswatcher_test.goandmemory_linux.go.Is there a specific reason for this? Would it make sense to align the naming with the existing convention for better consistency?