mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-17 22:00:27 +00:00
8 lines
146 B
Go
8 lines
146 B
Go
//go:build !windows && !(linux && !android)
|
|
|
|
package main
|
|
|
|
func newPlatformInterface(daemon *Daemon) (daemonPlatform, error) {
|
|
return nil, nil
|
|
}
|