mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-22 15:47:28 -06:00
bumps our spf13/viper version
This commit is contained in:
parent
6c5d369b05
commit
8b99d0d5e4
146 changed files with 4636 additions and 18492 deletions
8
vendor/github.com/sagikazarmark/locafero/glob_windows.go
generated
vendored
Normal file
8
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 = "*?[]^"
|
||||
Loading…
Add table
Add a link
Reference in a new issue