1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-31 05:15:23 -05:00
This commit is contained in:
Darien Raymond
2017-11-22 23:15:14 +01:00
parent 9db6c187c6
commit 40d7c40489
3 changed files with 11 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
package core
func LoadPlugins() error {
func loadPluginsInternal() error {
return nil
}