mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-15 00:39:16 -05:00
8 lines
73 B
Go
8 lines
73 B
Go
|
// +build !linux
|
||
|
|
||
|
package core
|
||
|
|
||
|
func LoadPlugins() error {
|
||
|
return nil
|
||
|
}
|