This website requires JavaScript.
Explore
Help
Sign In
lzhr
/
v2fly
Watch
1
Star
0
Fork
0
mirror of
https://github.com/v2fly/v2ray-core.git
synced
2026-07-21 23:33:58 -04:00
Code
Issues
Releases
Wiki
Activity
Files
cdfbd0317f0826bc09adbaff2d123312862865e9
v2fly
/
plugin_other.go
T
8 lines
81 B
Go
Raw
Normal View
History
Unescape
Escape
load plugin only in linux
2017-11-22 23:11:32 +01:00
// +build !linux
package
core
comments
2017-11-22 23:15:14 +01:00
func
loadPluginsInternal
()
error
{
load plugin only in linux
2017-11-22 23:11:32 +01:00
return
nil
}
Copy Permalink