File: wildmatch_casefold.go

package info (click to toggle)
golang-github-git-lfs-wildmatch 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 132 kB
  • sloc: makefile: 2; sh: 1
file content (7 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
// +build windows darwin

package wildmatch

func init() {
	SystemCase = CaseFold
}