From 3f9fbc5f7ce6ad18271fb02222a3ce2938b97f08 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Sun, 30 Sep 2018 09:00:51 -0600 Subject: [PATCH] Rename files --- run.go => thermostat.go | 0 run_test.go => thermostat_test.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename run.go => thermostat.go (100%) rename run_test.go => thermostat_test.go (100%) diff --git a/run.go b/thermostat.go similarity index 100% rename from run.go rename to thermostat.go diff --git a/run_test.go b/thermostat_test.go similarity index 100% rename from run_test.go rename to thermostat_test.go