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