From 8bac9092870138eac2661a1518aa7bc3493d7675 Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Thu, 22 Aug 2019 10:39:18 -0600 Subject: [PATCH] move files back to mount --- pkg/util/mount/{hostutils => }/fake.go | 0 pkg/util/mount/{hostutils => }/fake_hostutil.go | 0 pkg/util/mount/{hostutils => }/hostutil.go | 0 pkg/util/mount/{hostutils => }/hostutil_linux.go | 0 pkg/util/mount/{hostutils => }/hostutil_linux_test.go | 0 pkg/util/mount/{hostutils => }/hostutil_unsupported.go | 0 pkg/util/mount/{hostutils => }/hostutil_windows.go | 0 pkg/util/mount/{hostutils => }/hostutil_windows_test.go | 0 pkg/util/mount/{hostutils => }/mount.go | 0 pkg/util/mount/{hostutils => }/mount_linux.go | 0 pkg/util/mount/{hostutils => }/mount_linux_test.go | 0 pkg/util/mount/{hostutils => }/mount_unsupported.go | 0 pkg/util/mount/{hostutils => }/mount_windows.go | 0 pkg/util/mount/{hostutils => }/mount_windows_test.go | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename pkg/util/mount/{hostutils => }/fake.go (100%) rename pkg/util/mount/{hostutils => }/fake_hostutil.go (100%) rename pkg/util/mount/{hostutils => }/hostutil.go (100%) rename pkg/util/mount/{hostutils => }/hostutil_linux.go (100%) rename pkg/util/mount/{hostutils => }/hostutil_linux_test.go (100%) rename pkg/util/mount/{hostutils => }/hostutil_unsupported.go (100%) rename pkg/util/mount/{hostutils => }/hostutil_windows.go (100%) rename pkg/util/mount/{hostutils => }/hostutil_windows_test.go (100%) rename pkg/util/mount/{hostutils => }/mount.go (100%) rename pkg/util/mount/{hostutils => }/mount_linux.go (100%) rename pkg/util/mount/{hostutils => }/mount_linux_test.go (100%) rename pkg/util/mount/{hostutils => }/mount_unsupported.go (100%) rename pkg/util/mount/{hostutils => }/mount_windows.go (100%) rename pkg/util/mount/{hostutils => }/mount_windows_test.go (100%) diff --git a/pkg/util/mount/hostutils/fake.go b/pkg/util/mount/fake.go similarity index 100% rename from pkg/util/mount/hostutils/fake.go rename to pkg/util/mount/fake.go diff --git a/pkg/util/mount/hostutils/fake_hostutil.go b/pkg/util/mount/fake_hostutil.go similarity index 100% rename from pkg/util/mount/hostutils/fake_hostutil.go rename to pkg/util/mount/fake_hostutil.go diff --git a/pkg/util/mount/hostutils/hostutil.go b/pkg/util/mount/hostutil.go similarity index 100% rename from pkg/util/mount/hostutils/hostutil.go rename to pkg/util/mount/hostutil.go diff --git a/pkg/util/mount/hostutils/hostutil_linux.go b/pkg/util/mount/hostutil_linux.go similarity index 100% rename from pkg/util/mount/hostutils/hostutil_linux.go rename to pkg/util/mount/hostutil_linux.go diff --git a/pkg/util/mount/hostutils/hostutil_linux_test.go b/pkg/util/mount/hostutil_linux_test.go similarity index 100% rename from pkg/util/mount/hostutils/hostutil_linux_test.go rename to pkg/util/mount/hostutil_linux_test.go diff --git a/pkg/util/mount/hostutils/hostutil_unsupported.go b/pkg/util/mount/hostutil_unsupported.go similarity index 100% rename from pkg/util/mount/hostutils/hostutil_unsupported.go rename to pkg/util/mount/hostutil_unsupported.go diff --git a/pkg/util/mount/hostutils/hostutil_windows.go b/pkg/util/mount/hostutil_windows.go similarity index 100% rename from pkg/util/mount/hostutils/hostutil_windows.go rename to pkg/util/mount/hostutil_windows.go diff --git a/pkg/util/mount/hostutils/hostutil_windows_test.go b/pkg/util/mount/hostutil_windows_test.go similarity index 100% rename from pkg/util/mount/hostutils/hostutil_windows_test.go rename to pkg/util/mount/hostutil_windows_test.go diff --git a/pkg/util/mount/hostutils/mount.go b/pkg/util/mount/mount.go similarity index 100% rename from pkg/util/mount/hostutils/mount.go rename to pkg/util/mount/mount.go diff --git a/pkg/util/mount/hostutils/mount_linux.go b/pkg/util/mount/mount_linux.go similarity index 100% rename from pkg/util/mount/hostutils/mount_linux.go rename to pkg/util/mount/mount_linux.go diff --git a/pkg/util/mount/hostutils/mount_linux_test.go b/pkg/util/mount/mount_linux_test.go similarity index 100% rename from pkg/util/mount/hostutils/mount_linux_test.go rename to pkg/util/mount/mount_linux_test.go diff --git a/pkg/util/mount/hostutils/mount_unsupported.go b/pkg/util/mount/mount_unsupported.go similarity index 100% rename from pkg/util/mount/hostutils/mount_unsupported.go rename to pkg/util/mount/mount_unsupported.go diff --git a/pkg/util/mount/hostutils/mount_windows.go b/pkg/util/mount/mount_windows.go similarity index 100% rename from pkg/util/mount/hostutils/mount_windows.go rename to pkg/util/mount/mount_windows.go diff --git a/pkg/util/mount/hostutils/mount_windows_test.go b/pkg/util/mount/mount_windows_test.go similarity index 100% rename from pkg/util/mount/hostutils/mount_windows_test.go rename to pkg/util/mount/mount_windows_test.go