1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-14 16:25:57 -05:00
v2fly/plugin_other.go
2017-11-22 23:11:32 +01:00

8 lines
73 B
Go

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