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