mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-21 07:26:52 +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 "" }
|