File: wildmatch_nocasefold.go

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

package wildmatch

func init() {
	SystemCase = func(w *Wildmatch) {}
}