This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
v2ray-core
mirror of
https://github.com/v2ray/v2ray-core
Watch
1
Star
0
Fork
You've already forked v2ray-core
0
Code
Issues
Releases
Wiki
Activity
9e50a8daa6
v2ray-core
/
plugin_other.go
8 lines
81 B
Go
Raw
Normal View
History
Unescape
Escape
load plugin only in linux
2017-11-22 22:11:32 +00:00
// +build !linux
package
core
comments
2017-11-22 22:15:14 +00:00
func
loadPluginsInternal
(
)
error
{
load plugin only in linux
2017-11-22 22:11:32 +00:00
return
nil
}