go-tigertonic
go-tigertonic copied to clipboard
Investigate native SPDY / HTTP/2.0 support
https://code.google.com/p/go/source/browse?repo=net
I am currently looking at the integration with this SPDY project.. https://github.com/SlyMarbo/spdy
It appears that http2 will be added to the Golang standard library soon(ish) and you'll basically get it for free. Is it worth closing this out in favor of waiting for support from that?