Golang standard library fuzzing

Hello

I do not find any reference in documentation about standard library fuzzing. Is standard library (TLS, http server, etc.) itself fuzzed by Golang developers? Are there any publicly available fuzzing tests, reports or corpuses?

I’m not sure how widespread fuzzing in the stdlib is. There are some fuzz tests:

But I’m not sure about public reports.