1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-22 05:29:14 -04:00
Files
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
}