1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-15 00:18:16 -04:00
v2fly/plugin_other.go

8 lines
81 B
Go
Raw Normal View History

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