]> git.lizzy.rs Git - go-fscache.git/blob - cache_posix.go
Replace obsolete lock package
[go-fscache.git] / cache_posix.go
1 // +build !windows
2
3 package fscache
4
5 func filterDots(parts ...string) []string {
6         return parts
7 }
8
9 func filterDotsAll(parts ...string) []string {
10         return parts
11 }