From e00c1dc67ff3a5d35fb27c3bcc270f771ac9219f Mon Sep 17 00:00:00 2001 From: bobby abbott Date: Sun, 22 Mar 2015 23:27:04 -0700 Subject: [PATCH] Refactor pkg/networkfs Solves #11591 Signed-off-by: bobby abbott --- {networkfs/etchosts => etchosts}/etchosts.go | 0 {networkfs/etchosts => etchosts}/etchosts_test.go | 0 {networkfs/resolvconf => resolvconf}/resolvconf.go | 0 {networkfs/resolvconf => resolvconf}/resolvconf_test.go | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {networkfs/etchosts => etchosts}/etchosts.go (100%) rename {networkfs/etchosts => etchosts}/etchosts_test.go (100%) rename {networkfs/resolvconf => resolvconf}/resolvconf.go (100%) rename {networkfs/resolvconf => resolvconf}/resolvconf_test.go (100%) diff --git a/networkfs/etchosts/etchosts.go b/etchosts/etchosts.go similarity index 100% rename from networkfs/etchosts/etchosts.go rename to etchosts/etchosts.go diff --git a/networkfs/etchosts/etchosts_test.go b/etchosts/etchosts_test.go similarity index 100% rename from networkfs/etchosts/etchosts_test.go rename to etchosts/etchosts_test.go diff --git a/networkfs/resolvconf/resolvconf.go b/resolvconf/resolvconf.go similarity index 100% rename from networkfs/resolvconf/resolvconf.go rename to resolvconf/resolvconf.go diff --git a/networkfs/resolvconf/resolvconf_test.go b/resolvconf/resolvconf_test.go similarity index 100% rename from networkfs/resolvconf/resolvconf_test.go rename to resolvconf/resolvconf_test.go