rename project to lume
This commit is contained in:
parent
9452aec154
commit
676eabb0cb
@ -11,7 +11,7 @@ import (
|
||||
"net/url"
|
||||
)
|
||||
|
||||
const UserAgent = "go-lifx"
|
||||
const UserAgent = "lume"
|
||||
|
||||
type (
|
||||
Client struct {
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"strconv"
|
||||
|
||||
"git.kill0.net/chill9/go-lifx"
|
||||
"git.kill0.net/chill9/lume"
|
||||
)
|
||||
|
||||
type CmdArgs struct {
|
||||
|
@ -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"
|
||||
)
|
||||
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"flag"
|
||||
"fmt"
|
||||
|
||||
"git.kill0.net/chill9/go-lifx"
|
||||
"git.kill0.net/chill9/lume"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"flag"
|
||||
"fmt"
|
||||
|
||||
"git.kill0.net/chill9/go-lifx"
|
||||
"git.kill0.net/chill9/lume"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"git.kill0.net/chill9/go-lifx"
|
||||
"git.kill0.net/chill9/lume"
|
||||
)
|
||||
|
||||
func powerColor(s string) string {
|
||||
|
Loading…
Reference in New Issue
Block a user