prevent go mod vendor from stumbling over the Go 1.18 file

This commit is contained in:
Marten Seemann
2021-06-03 09:54:24 -07:00
parent af3e1008ad
commit 2e7c56dacc

View File

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