File: wildmatch_casefold.go

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

package wildmatch

func init() {
	SystemCase = CaseFold
}