Move client library to separate repo

git.kill0.net/chill9/lifx-go
This commit is contained in:
2021-02-14 19:02:26 -06:00
parent 761e38fd8e
commit cf8b34fe01
15 changed files with 11 additions and 830 deletions

View File

@ -1,7 +1,7 @@
package lumecmd
import (
lifx "git.kill0.net/chill9/lume"
"git.kill0.net/chill9/lifx-go"
)
func SetWhiteCmd(args CmdArgs) (int, error) {