Merge pull request #3195 from lucas-clemente/fix-go118-vendoring

prevent go mod vendor from stumbling over the Go 1.18 file
This commit is contained in:
Marten Seemann
2021-06-13 23:26:01 -07:00
committed by GitHub

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."