Loyalsoldier 4 년 전
부모
커밋
cf009a4ba2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      transport/internet/headers/http/linkedreadRequest.go

+ 2 - 0
transport/internet/headers/http/linkedreadRequest.go

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