Guillaume Barré

Results 1 issues of Guillaume Barré

I am trying to match a windows path but the given result is not the expected one: ```go g := glob.MustCompile("C:\\p1\\p2\\templateTarget[12].yaml") g.Match("C:\\p1\\p2\\templateTarget1.yaml") // false ``` I find a workaround replacing...