mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
7 lines
99 B
Go
7 lines
99 B
Go
//go:build !go1.19
|
|
|
|
package constant
|
|
|
|
func init() {
|
|
panic("sing-box requires Go 1.19 or later")
|
|
}
|