Loyalsoldier 4 năm trước cách đây
mục cha
commit
cf009a4ba2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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"
 )