From d356aaac2e0dfe56a930b32db050b0d32efa829b Mon Sep 17 00:00:00 2001 From: Jarek Kowalski Date: Sun, 7 Aug 2016 11:43:21 -0700 Subject: [PATCH] renamed storage filesystem files --- storage/filesystem/{options.go => filesystem_options.go} | 0 storage/filesystem/{filesystem.go => filesystem_storage.go} | 0 .../filesystem/{filesystem_test.go => filesystem_storage_test.go} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename storage/filesystem/{options.go => filesystem_options.go} (100%) rename storage/filesystem/{filesystem.go => filesystem_storage.go} (100%) rename storage/filesystem/{filesystem_test.go => filesystem_storage_test.go} (100%) diff --git a/storage/filesystem/options.go b/storage/filesystem/filesystem_options.go similarity index 100% rename from storage/filesystem/options.go rename to storage/filesystem/filesystem_options.go diff --git a/storage/filesystem/filesystem.go b/storage/filesystem/filesystem_storage.go similarity index 100% rename from storage/filesystem/filesystem.go rename to storage/filesystem/filesystem_storage.go diff --git a/storage/filesystem/filesystem_test.go b/storage/filesystem/filesystem_storage_test.go similarity index 100% rename from storage/filesystem/filesystem_test.go rename to storage/filesystem/filesystem_storage_test.go