Return nil in checkFS

This commit is contained in:
Riccardo Biraghi
2018-04-10 13:42:44 +01:00
parent 2397966a86
commit 3fcc7b4c6e

View File

@@ -20,5 +20,5 @@ package main
// Dummy version of this function, only for non-Linux systems.
// Having this allows unit tests to be run on other platforms (e.g. macOS)
func checkFS(path string) error {
return
return nil
}