restructure the code
This commit is contained in:
parent
a09f742dcb
commit
675d65a99a
@ -2,17 +2,16 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
|
||||||
"strings"
|
|
||||||
//"whspbrd/systray"
|
|
||||||
"whspbrd/term_image"
|
|
||||||
|
|
||||||
//"image"
|
|
||||||
_ "image/jpeg"
|
_ "image/jpeg"
|
||||||
_ "image/png"
|
_ "image/png"
|
||||||
|
"log"
|
||||||
|
"strings"
|
||||||
|
|
||||||
"github.com/jroimartin/gocui"
|
"github.com/jroimartin/gocui"
|
||||||
//"github.com/dolmen-go/kittyimg"
|
//"github.com/dolmen-go/kittyimg"
|
||||||
|
|
||||||
|
//"whspbrd/pkg/systray"
|
||||||
|
"whspbrd/pkg/term_image"
|
||||||
)
|
)
|
||||||
|
|
||||||
var messages []string
|
var messages []string
|
||||||
@ -3,7 +3,7 @@ package systray
|
|||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
"whspbrd/icons"
|
"whspbrd/pkg/icons"
|
||||||
|
|
||||||
"github.com/getlantern/systray"
|
"github.com/getlantern/systray"
|
||||||
)
|
)
|
||||||
Loading…
Reference in New Issue
Block a user