1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 14:35:23 +00:00
v2fly/plugin_other.go
Darien Raymond 40d7c40489
comments
2017-11-22 23:15:14 +01:00

8 lines
81 B
Go

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