From dddee8a5ec58e9195d70548d18e62ef9bf5ea3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20L=C3=B3pez?= Date: Thu, 15 Oct 2020 13:34:51 -0700 Subject: [PATCH] Trivial: Rename local_fs_output_unix.go => local_fs_output_darwin.go (#684) --- .../{local_fs_output_unix.go => local_fs_output_darwin.go} | 2 -- 1 file changed, 2 deletions(-) rename snapshot/restore/{local_fs_output_unix.go => local_fs_output_darwin.go} (96%) diff --git a/snapshot/restore/local_fs_output_unix.go b/snapshot/restore/local_fs_output_darwin.go similarity index 96% rename from snapshot/restore/local_fs_output_unix.go rename to snapshot/restore/local_fs_output_darwin.go index d0368571f..e8e1e4ecf 100644 --- a/snapshot/restore/local_fs_output_unix.go +++ b/snapshot/restore/local_fs_output_darwin.go @@ -1,5 +1,3 @@ -// +build darwin - package restore import (