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-08-04 22:20:55 -04:00
Code
Issues
Releases
Wiki
Activity
Files
df2d5b5d75a2d30e35ea5c4644f612db5f5ce2fa
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