mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-26 10:31:29 +00:00
8 lines
99 B
Go
8 lines
99 B
Go
|
//go:build !go1.19
|
||
|
|
||
|
package constant
|
||
|
|
||
|
func init() {
|
||
|
panic("sing-box requires Go 1.19 or later")
|
||
|
}
|