From 53017599b1f6fb4fd85e78bb5167da5a565387d3 Mon Sep 17 00:00:00 2001 From: Collin Guarino Date: Sun, 14 Feb 2016 00:23:00 -0500 Subject: Base implemention for schedule.go with structs. --- schedule_test.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 schedule_test.go (limited to 'schedule_test.go') diff --git a/schedule_test.go b/schedule_test.go new file mode 100644 index 0000000..438d3fd --- /dev/null +++ b/schedule_test.go @@ -0,0 +1,12 @@ +/* +* schedule_test.go +* GoHue library for Philips Hue +* Copyright (C) 2016 Collin Guarino (Collinux) collin.guarino@gmail.com +* License: GPL version 2 or higher http://www.gnu.org/licenses/gpl.html +*/ + +package hue + +import ( + //"testing" +) -- cgit v1.2.3