From c816ee43e150ab1b5f1c60d09dc4529b4178dd8b Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sun, 17 Jan 2021 21:04:18 -0600 Subject: [PATCH] Fix import alias --- cmd/command.go | 2 +- cmd/setcolor.go | 2 +- cmd/setstate.go | 2 +- cmd/setwhite.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/command.go b/cmd/command.go index 5ba65d8..8c90a8a 100644 --- a/cmd/command.go +++ b/cmd/command.go @@ -5,7 +5,7 @@ import ( "fmt" "strconv" - "git.kill0.net/chill9/lume" + lifx "git.kill0.net/chill9/lume" ) type Config struct { diff --git a/cmd/setcolor.go b/cmd/setcolor.go index 96d5800..374c899 100644 --- a/cmd/setcolor.go +++ b/cmd/setcolor.go @@ -4,7 +4,7 @@ import ( "flag" "fmt" - "git.kill0.net/chill9/lume" + lifx "git.kill0.net/chill9/lume" ) func init() { diff --git a/cmd/setstate.go b/cmd/setstate.go index 7be8389..d65ea0c 100644 --- a/cmd/setstate.go +++ b/cmd/setstate.go @@ -3,7 +3,7 @@ package lumecmd import ( "flag" - "git.kill0.net/chill9/lume" + lifx "git.kill0.net/chill9/lume" ) func init() { diff --git a/cmd/setwhite.go b/cmd/setwhite.go index df6cc2e..c10d267 100644 --- a/cmd/setwhite.go +++ b/cmd/setwhite.go @@ -3,7 +3,7 @@ package lumecmd import ( "flag" - "git.kill0.net/chill9/lume" + lifx "git.kill0.net/chill9/lume" ) func init() {