mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-28 13:48:53 +08:00
remove unnecessary import C
This commit is contained in:
parent
ae123b4db1
commit
037aacdd48
@ -3,7 +3,6 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"C"
|
|
||||||
"bytes"
|
"bytes"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
@ -18,11 +17,10 @@ import (
|
|||||||
"github.com/ztrue/tracerr"
|
"github.com/ztrue/tracerr"
|
||||||
ugo "gitlab.com/diamondburned/ueberzug-go"
|
ugo "gitlab.com/diamondburned/ueberzug-go"
|
||||||
|
|
||||||
"github.com/issadarkthing/gomu/lyric"
|
|
||||||
)
|
|
||||||
import (
|
|
||||||
"syscall"
|
"syscall"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
|
|
||||||
|
"github.com/issadarkthing/gomu/lyric"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PlayingBar shows song name, progress and lyric
|
// PlayingBar shows song name, progress and lyric
|
||||||
|
Loading…
x
Reference in New Issue
Block a user