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