mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-24 17:00:28 +00:00
8 lines
145 B
Go
8 lines
145 B
Go
//go:build windows && !amd64 && !386
|
|
|
|
package windivert
|
|
|
|
func assetFiles() []assetFile { return nil }
|
|
|
|
func driverSysName() string { return "" }
|