mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-19 02:53:36 +03: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")
|
|
}
|