1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00
v2fly/plugin_other.go

8 lines
81 B
Go
Raw Normal View History

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