Loyalsoldier 4 years ago
parent
commit
cf009a4ba2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      transport/internet/headers/http/linkedreadRequest.go

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

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