github.com/wfusion/gofusion@v1.1.14/http/stubs.go (about) 1 package http 2 3 import ( 4 "reflect" 5 6 _ "unsafe" 7 ) 8 9 //go:noescape 10 //go:linkname valueInterface reflect.valueInterface 11 func valueInterface(v reflect.Value, safe bool) any