Initial commit

This commit is contained in:
Riccardo
2020-08-23 17:50:20 +02:00
parent bdb83c5349
commit f14569ff53
4 changed files with 493 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/rikimaru-39/LIFX
go 1.14
require (
github.com/gorilla/mux v1.8.0 // indirect
github.com/kelvins/sunrisesunset v0.0.0-20170601204625-14f1915ad4b4
)