1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-15 00:39:16 -05:00
v2fly/plugin_other.go

8 lines
73 B
Go
Raw Normal View History

2017-11-22 17:11:32 -05:00
// +build !linux
package core
func LoadPlugins() error {
return nil
}