1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-14 17:49:15 -04:00

vFormat: use gci instead of customized goimports (#1020)

This commit is contained in:
Loyalsoldier
2021-05-19 19:59:46 +08:00
committed by GitHub
parent ebd9adb0b5
commit b57ebd5c1c
3 changed files with 5 additions and 7 deletions

View File

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