From a01f633e8e1f40df541a58de015631580c8a6b85 Mon Sep 17 00:00:00 2001 From: wackxu Date: Tue, 6 Feb 2018 16:37:07 +0800 Subject: [PATCH] move fs into seperate directory to break cycle import --- pkg/volume/util/{ => fs}/fs.go | 2 +- pkg/volume/util/{ => fs}/fs_unsupported.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename pkg/volume/util/{ => fs}/fs.go (99%) rename pkg/volume/util/{ => fs}/fs_unsupported.go (98%) diff --git a/pkg/volume/util/fs.go b/pkg/volume/util/fs/fs.go similarity index 99% rename from pkg/volume/util/fs.go rename to pkg/volume/util/fs/fs.go index c756c4a184b..bbb4b0105c5 100644 --- a/pkg/volume/util/fs.go +++ b/pkg/volume/util/fs/fs.go @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package util +package fs import ( "bytes" diff --git a/pkg/volume/util/fs_unsupported.go b/pkg/volume/util/fs/fs_unsupported.go similarity index 98% rename from pkg/volume/util/fs_unsupported.go rename to pkg/volume/util/fs/fs_unsupported.go index 8d35d5daeda..da41fc8eee5 100644 --- a/pkg/volume/util/fs_unsupported.go +++ b/pkg/volume/util/fs/fs_unsupported.go @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package util +package fs import ( "fmt"