From: Diogo Franco (Kovensky) Date: Tue, 16 Jul 2013 21:18:44 +0000 (-0300) Subject: lock: Remove bad import X-Git-Tag: v0.0.1~7 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=d5f9c276f54b7075d6937716981a159acf69c93c;p=go-fscache.git lock: Remove bad import Fixes compilation on !windows. --- diff --git a/cache_posix.go b/cache_posix.go index 6e0b104..45c624c 100755 --- a/cache_posix.go +++ b/cache_posix.go @@ -2,10 +2,6 @@ package fscache -import ( - "strings" -) - func filterDots(parts ...string) []string { return parts }