From b278e41b2e897721e6c02e11a42392ccc32ad890 Mon Sep 17 00:00:00 2001 From: Sangbum Kim Date: Mon, 11 Sep 2017 00:58:19 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=98=EB=AA=BB=EB=93=A4=EC=96=B4=EA=B0=84?= =?UTF-8?q?=20import=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consumer/speed_controller.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/consumer/speed_controller.go b/consumer/speed_controller.go index d425bc0..e0a482d 100644 --- a/consumer/speed_controller.go +++ b/consumer/speed_controller.go @@ -8,7 +8,6 @@ import ( "amuz.es/src/infra/cpu_ctrl/processor" "amuz.es/src/infra/cpu_ctrl/logger" "bytes" - "golang.org/x/tools/go/gcimporter15/testdata" ) var ( @@ -66,7 +65,7 @@ func (c *fanControl) StartControl() { if (!compareFanSpeed(fanSpeedList, newFanSpeedList)) { fanSpeedList = newFanSpeedList args := make([]string, 0) - args = append(args,"raw","0x3a", "0x01",) + args = append(args, "raw", "0x3a", "0x01", ) for _, item := range fanSpeedList { args = append(args, fmt.Sprintf("0x%x", item)) }