Files
sing-box-extended-mirror/experimental/boxdd/platform_stub.go
T

8 lines
146 B
Go

//go:build !windows && !(linux && !android)
package main
func newPlatformInterface(daemon *Daemon) (daemonPlatform, error) {
return nil, nil
}