reflect2
reflect2 copied to clipboard
NoEscape fails in go vet
The NoEscape function in reflect2.go is causing go vet failure, and there is no way to suppress go vet failures. I see that is being used by countlog library. Is there any way to fix this?