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
1 changed files with 2 additions and 0 deletions

View File

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