v2ray-core/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
}