reorganized import

This commit is contained in:
Octopus Octopus 2025-02-24 13:39:29 -06:00
parent 51c78bb82f
commit cbeffb0738
1 changed files with 6 additions and 5 deletions

View File

@ -1,15 +1,16 @@
package main
import (
"fmt"
"io"
"log"
"os"
"path/filepath"
"strings"
"github.com/bogem/id3v2/v2"
"github.com/go-flac/flacpicture"
"github.com/go-flac/go-flac"
"fmt"
"os"
"io"
"log"
"path/filepath"
)
// has