mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
adjust order of imports in playingbar.go
This commit is contained in:
parent
037aacdd48
commit
17b91bd9ff
@ -9,7 +9,9 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
"sync/atomic"
|
||||
"syscall"
|
||||
"time"
|
||||
"unsafe"
|
||||
|
||||
"github.com/disintegration/imaging"
|
||||
"github.com/rivo/tview"
|
||||
@ -17,9 +19,6 @@ import (
|
||||
"github.com/ztrue/tracerr"
|
||||
ugo "gitlab.com/diamondburned/ueberzug-go"
|
||||
|
||||
"syscall"
|
||||
"unsafe"
|
||||
|
||||
"github.com/issadarkthing/gomu/lyric"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user