Get the latest tech news
Go-msquic: A new QUIC/HTTP3 library for Go
Contribute to noboruma/go-msquic development by creating an account on GitHub.
go-msquic is a Go wrapper for the Microsoft's QUIC library, providing Go developers with an easy interface to work with QUIC-based protocols such as HTTP/3. go-msquic relies on CGO and needs both C headers & the library (shared or static, see below). If the prerequisites are done properly, you can now compile your Go project relying on go-msquic with CGO_ENABLED=1 and start using msquic.
Or read this on Hacker News