aboutsummaryrefslogtreecommitdiff
path: root/scene_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'scene_test.go')
-rw-r--r--scene_test.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/scene_test.go b/scene_test.go
new file mode 100644
index 0000000..4b9564b
--- /dev/null
+++ b/scene_test.go
@@ -0,0 +1,12 @@
+/*
+* scene_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 (
+
+)