adjust order of imports in playingbar.go

This commit is contained in:
tramhao 2021-04-09 10:42:45 +08:00
parent 037aacdd48
commit 17b91bd9ff

View File

@ -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"
)