From 612f79bd454491fc5e2a36e940df82105d3d3f80 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Mon, 10 Dec 2018 10:33:34 -0500 Subject: [PATCH] Rename helper_stats -> helper_devices --- command/{helper_stats.go => helper_devices.go} | 0 command/{helper_stats_test.go => helper_devices_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename command/{helper_stats.go => helper_devices.go} (100%) rename command/{helper_stats_test.go => helper_devices_test.go} (100%) diff --git a/command/helper_stats.go b/command/helper_devices.go similarity index 100% rename from command/helper_stats.go rename to command/helper_devices.go diff --git a/command/helper_stats_test.go b/command/helper_devices_test.go similarity index 100% rename from command/helper_stats_test.go rename to command/helper_devices_test.go