1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-11 21:50:25 +08:00
Files
terasu-cloudflared/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go118.go
Sudarsan Reddy ed024d0741 TUN-4597: Add a QUIC server skeleton
- Added a QUIC server to accept streams
- Unit test for this server also tests ALPN
- Temporary echo capability for HTTP ConnectionType
2021-08-03 10:03:47 +00:00

6 lines
84 B
Go

// +build go1.18
package qtls
var _ int = "quic-go doesn't build on Go 1.18 yet."