Files
v2ray-core/plugin_other.go
T

8 lines
73 B
Go

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