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"