File: wildmatch_notlinux.go

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

package wildmatch

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