This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
v2ray-core
Watch
1
Star
0
Fork
0
You've already forked v2ray-core
mirror of
https://github.com/v2fly/v2ray-core.git
synced
2025-07-03 23:19:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
v2ray-core
/
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
}
Reference in New Issue
Copy Permalink