From 49ab250cf94562a4e82a4ed6110131ee8b8230a6 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 21 Mar 2024 11:06:11 +0100 Subject: [PATCH] util: rename files to snake case use the same convention used for other files. Signed-off-by: Giuseppe Scrivano --- pkg/util/{mountOpts.go => mount_opts.go} | 0 pkg/util/{mountOpts_linux.go => mount_opts_linux.go} | 0 pkg/util/{mountOpts_other.go => mount_opts_other.go} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename pkg/util/{mountOpts.go => mount_opts.go} (100%) rename pkg/util/{mountOpts_linux.go => mount_opts_linux.go} (100%) rename pkg/util/{mountOpts_other.go => mount_opts_other.go} (100%) diff --git a/pkg/util/mountOpts.go b/pkg/util/mount_opts.go similarity index 100% rename from pkg/util/mountOpts.go rename to pkg/util/mount_opts.go diff --git a/pkg/util/mountOpts_linux.go b/pkg/util/mount_opts_linux.go similarity index 100% rename from pkg/util/mountOpts_linux.go rename to pkg/util/mount_opts_linux.go diff --git a/pkg/util/mountOpts_other.go b/pkg/util/mount_opts_other.go similarity index 100% rename from pkg/util/mountOpts_other.go rename to pkg/util/mount_opts_other.go