aboutsummaryrefslogtreecommitdiff
path: root/schedule_test.go
diff options
context:
space:
mode:
authorCollin Guarino <collin.guarino@gmail.com>2016-02-14 00:23:00 -0500
committerCollin Guarino <collin.guarino@gmail.com>2016-02-14 00:23:00 -0500
commit53017599b1f6fb4fd85e78bb5167da5a565387d3 (patch)
tree66e212a39e9045a9f134c0ae743b8fe1786fac3f /schedule_test.go
parent3f649c6c6935a1e3cf2612c4d66fc96cae60191a (diff)
Base implemention for schedule.go with structs.
Diffstat (limited to 'schedule_test.go')
-rw-r--r--schedule_test.go12
1 files changed, 12 insertions, 0 deletions
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"
+)