Fix ci build

This commit is contained in:
世界
2023-08-20 13:31:48 +08:00
parent 1019ecfdcf
commit 73267fd6ad
3 changed files with 36 additions and 4 deletions
+3 -1
View File
@@ -5,8 +5,10 @@ package badtls
import (
"crypto/tls"
"os"
aTLS "github.com/sagernet/sing/common/tls"
)
func Create(conn *tls.Conn) (TLSConn, error) {
func Create(conn *tls.Conn) (aTLS.Conn, error) {
return nil, os.ErrInvalid
}