1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-29 21:45:21 -05:00
Files
v2fly/plugin_other.go

8 lines
73 B
Go
Raw Normal View History

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