chore(lint): fix

This commit is contained in:
iyear 2024-06-17 00:31:37 +08:00
parent 8d706bbe65
commit 75b86da710
2 changed files with 1 additions and 1 deletions

View File

@ -54,4 +54,3 @@ func GetMP4Info(r io.ReadSeeker) (int, int, int, error) {
return 0, 0, 0, fmt.Errorf("no h264 track found")
}

View File

@ -7,6 +7,7 @@ import (
"github.com/iyear/connectproxy"
"golang.org/x/net/proxy"
)
func init() {
connectproxy.Register(&connectproxy.Config{
InsecureSkipVerify: true,