Remove old scanner

This commit is contained in:
Deluan
2020-07-27 11:12:39 -04:00
parent 4e4fcb2304
commit f992b5663f
10 changed files with 291 additions and 862 deletions
-5
View File
@@ -1,7 +1,6 @@
package scanner
import (
"path/filepath"
"testing"
"github.com/deluan/navidrome/log"
@@ -16,7 +15,3 @@ func TestScanner(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Scanner Suite")
}
func P(path string) string {
return filepath.FromSlash(path)
}