Fix import alias

This commit is contained in:
Ryan Cavicchioni 2021-01-17 21:04:18 -06:00
parent 4aa0409fd1
commit 5cc5be7846
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -3,7 +3,7 @@ package lumecmd
import (
"flag"
"git.kill0.net/chill9/lume"
lifx "git.kill0.net/chill9/lume"
)
func init() {

View File

@ -3,7 +3,7 @@ package lumecmd
import (
"flag"
"git.kill0.net/chill9/lume"
lifx "git.kill0.net/chill9/lume"
)
func init() {