1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 18:00:43 +00:00
This commit is contained in:
Loyalsoldier 2021-05-19 20:41:23 +08:00 committed by GitHub
parent b57ebd5c1c
commit cf009a4ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ package http
import ( import (
"bufio" "bufio"
"net/http" "net/http"
// required to use go:linkname
_ "unsafe" _ "unsafe"
) )