This website requires JavaScript.
Explore
Help
Sign In
lzhr
/
v2fly
Watch
1
Star
0
Fork
0
You've already forked v2fly
mirror of
https://github.com/v2fly/v2ray-core.git
synced
2025-10-19 07:24:17 -04:00
Code
Issues
Releases
Wiki
Activity
Files
c25a76a0cffabaf239cfc2bc9f26cac9ebd88e4b
v2fly
/
plugin_other.go
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