fermentord/vendor/github.com/sagikazarmark/locafero/glob_windows.go

9 lines
173 B
Go
Raw Normal View History

2024-06-15 13:58:47 +00:00
//go:build windows
package locafero
// See [filepath.Match]:
//
// On Windows, escaping is disabled. Instead, '\\' is treated as path separator.
const globMatch = "*?[]^"