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" "net/url"
) )
const UserAgent = "go-lifx" const UserAgent = "lume"
type ( type (
Client struct { Client struct {

View File

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

View File

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

View File

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

View File

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

View File

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