chore(player): fix import grouping after rebase conflict resolution

goimports grouping regressed to a flat alphabetical block during the
i655 rebase's conflict resolution; restore stdlib/third-party grouping.
This commit is contained in:
Tobias Gesellchen
2026-09-05 11:08:04 +02:00
parent 8e4520c292
commit 3cdd20883d
+5 -4
View File
@@ -2,10 +2,6 @@ package soundtouchweb
import (
"errors"
"github.com/gesellix/bose-soundtouch/pkg/client"
"github.com/gesellix/bose-soundtouch/pkg/models"
"github.com/gesellix/bose-soundtouch/pkg/service/soundtouchweb/webtypes"
"github.com/gorilla/websocket"
"net/http"
"net/http/httptest"
"strings"
@@ -13,6 +9,11 @@ import (
"sync/atomic"
"testing"
"time"
"github.com/gesellix/bose-soundtouch/pkg/client"
"github.com/gesellix/bose-soundtouch/pkg/models"
"github.com/gesellix/bose-soundtouch/pkg/service/soundtouchweb/webtypes"
"github.com/gorilla/websocket"
)
func TestUpdateDeviceStatusRefreshesGroup(t *testing.T) {