mirror of
https://github.com/status-im/status-go.git
synced 2025-02-12 06:47:47 +00:00
7 lines
102 B
Go
7 lines
102 B
Go
//go:build go1.19
|
|
// +build go1.19
|
|
|
|
package qtls
|
|
|
|
var _ int = "quic-go doesn't build on Go 1.19 yet."
|