mirror of
https://github.com/status-im/status-go.git
synced 2025-02-22 03:38:27 +00:00
7 lines
232 B
Go
7 lines
232 B
Go
//go:build go1.20
|
|
// +build go1.20
|
|
|
|
package qtls
|
|
|
|
var _ int = "The version of quic-go you're using can't be built on Go 1.20 yet. For more details, please see https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions."
|