Optimize imports

This commit is contained in:
Alex X
2025-03-09 17:26:06 +03:00
parent 3954a555f8
commit c8f68f44af
13 changed files with 26 additions and 14 deletions
+3 -2
View File
@@ -3,10 +3,11 @@ package webtorrent
import (
"encoding/base64"
"fmt"
"github.com/AlexxIT/go2rtc/pkg/core"
"github.com/gorilla/websocket"
"sync"
"time"
"github.com/AlexxIT/go2rtc/pkg/core"
"github.com/gorilla/websocket"
)
type Server struct {