github.com/stffabi/git-lfs@v2.3.5-0.20180214015214-8eeaa8d88902+incompatible/commands/path_nix.go (about) 1 // +build !windows 2 3 package commands 4 5 // cleanRootPath is a no-op on every platform except Windows 6 func cleanRootPath(pattern string) string { 7 return pattern 8 } 9 10 func osLineEnding() string { 11 return "\n" 12 }