mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
6 lines
228 B
Go
6 lines
228 B
Go
//go:build !go1.18
|
|
|
|
package qtls
|
|
|
|
var _ int = "The version of quic-go you're using can't be built using outdated Go versions. For more details, please see https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions."
|