//go:build !go1.19 package constant func init() { panic("sing-box requires Go 1.19 or later") }