From d5d875da95dfe8f2cfa065723fcdaa1404645ab4 Mon Sep 17 00:00:00 2001 From: "insanity@loafle.com" Date: Wed, 24 May 2017 15:35:00 +0900 Subject: [PATCH] test --- collector.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collector.go b/collector.go index 36cc4ff..e32ca2f 100644 --- a/collector.go +++ b/collector.go @@ -134,3 +134,5 @@ func StartSensor(id string) error { func StopSensor(id string) error { return GetInstance().scheduler.StopSchedule(id) } + +