1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 18:45:23 +00:00
v2fly/plugin_other.go

8 lines
73 B
Go
Raw Normal View History

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