It seems that the "files" flag is broken on Windows when it references to a file in a subfolder.
*: works
config.go: works
cfg/config.go: file is ignored
cfg\config.go: file is ignored
cfg\\config.go: file is ignored
I was able to reproduce the issue on on the examples provided in the _example folder.
Versions used:
- Windows: 10.0.19045
- Go: 1.23.4 windows/amd64
It seems that the "files" flag is broken on Windows when it references to a file in a subfolder.
*: worksconfig.go: workscfg/config.go: file is ignoredcfg\config.go: file is ignoredcfg\\config.go: file is ignoredI was able to reproduce the issue on on the examples provided in the
_examplefolder.Versions used: