init
This commit is contained in:
8
ca-server/vendor/github.com/sagikazarmark/locafero/glob_windows.go
generated
vendored
Normal file
8
ca-server/vendor/github.com/sagikazarmark/locafero/glob_windows.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build windows
|
||||
|
||||
package locafero
|
||||
|
||||
// See [filepath.Match]:
|
||||
//
|
||||
// On Windows, escaping is disabled. Instead, '\\' is treated as path separator.
|
||||
const globMatch = "*?[]^"
|
||||
Reference in New Issue
Block a user