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

View File

@@ -5,10 +5,11 @@ import (
"crypto/sha1"
"encoding/base64"
"errors"
"github.com/AlexxIT/go2rtc/pkg/tcp"
"net"
"net/http"
"strings"
"github.com/AlexxIT/go2rtc/pkg/tcp"
)
func Dial(address string) (net.Conn, error) {