Using HTTP/2 Cleartext for a server in Go 1.24+
If you're running a Golang service that uses SSE or needs to handle a lot of requests, you may want to look into supporting HTTP/2 over cleartext as long as you are behind some sort of load balancer that supports it. I wrote up a quick post showing how to do it in newer Go versions where it is much easier than before. We use Google Cloud Run, and I've included some config examples for that as well.