mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-21 15:36:51 +00:00
9 lines
115 B
Go
9 lines
115 B
Go
//go:build windows && !amd64 && !386
|
|
|
|
package windivert
|
|
|
|
const (
|
|
driverAssetName = ""
|
|
driverAssetDigest = ""
|
|
)
|