add url package

This commit is contained in:
2025-07-21 03:10:02 +07:00
parent b897a4dfda
commit 78cf1e5e3f
3 changed files with 48 additions and 1 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ import (
"crypto/tls"
"errors"
"net"
"net/url"
"git.3crabs.ru/VLADIMIR/net/url"
)
type client struct{}