Format code

This commit is contained in:
2025-09-04 18:02:53 +01:00
parent ea47f10b5c
commit c98cbe81ed

View File

@@ -5,7 +5,6 @@ import (
"encoding/xml"
"errors"
"fmt"
_ "image/color"
"io"
"log"
"math/rand/v2"
@@ -29,13 +28,9 @@ import (
"github.com/shreve/musicwand/pkg/mpris"
// xmpp - required
_ "mellium.im/xmpp/disco"
"mellium.im/xmpp/jid"
"mellium.im/xmpp/muc"
_ "mellium.im/xmpp/stanza"
oasisSdk "pain.agency/oasis-sdk"
// gui - optional
// catppuccin "github.com/mbaklor/fyne-catppuccin"
// TODO: integrated theme switcher
)