mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 02:53:12 +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")
|
|
}
|