v2ray-core/plugin_other.go

8 lines
73 B
Go

// +build !linux
package core
func LoadPlugins() error {
return nil
}