rename project to lume

This commit is contained in:
Ryan Cavicchioni 2020-03-28 14:31:10 -05:00
parent 9452aec154
commit 676eabb0cb
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D
6 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ import (
"net/url"
)
const UserAgent = "go-lifx"
const UserAgent = "lume"
type (
Client struct {

View File

@ -5,7 +5,7 @@ import (
"fmt"
"strconv"
"git.kill0.net/chill9/go-lifx"
"git.kill0.net/chill9/lume"
)
type CmdArgs struct {

View File

@ -6,8 +6,8 @@ import (
"os"
"path"
"git.kill0.net/chill9/go-lifx"
lumecmd "git.kill0.net/chill9/go-lifx/cmd"
"git.kill0.net/chill9/lume"
lumecmd "git.kill0.net/chill9/lume/cmd"
"github.com/BurntSushi/toml"
)

View File

@ -4,7 +4,7 @@ import (
"flag"
"fmt"
"git.kill0.net/chill9/go-lifx"
"git.kill0.net/chill9/lume"
)
func init() {

View File

@ -4,7 +4,7 @@ import (
"flag"
"fmt"
"git.kill0.net/chill9/go-lifx"
"git.kill0.net/chill9/lume"
)
func init() {

View File

@ -4,7 +4,7 @@ import (
"fmt"
"time"
"git.kill0.net/chill9/go-lifx"
"git.kill0.net/chill9/lume"
)
func powerColor(s string) string {