remove unnecessary import C

This commit is contained in:
tramhao 2021-04-09 10:33:29 +08:00
parent ae123b4db1
commit 037aacdd48

View File

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