mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-27 02:00:08 +00:00
8 lines
120 B
Go
8 lines
120 B
Go
//go:build windows && !amd64 && !386
|
|
|
|
package windivert
|
|
|
|
var sysBytes []byte
|
|
|
|
func driverSysName() string { return "" }
|