mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-22 05:29:14 -04:00
8 lines
73 B
Go
8 lines
73 B
Go
// +build !linux
|
|
|
|
package core
|
|
|
|
func LoadPlugins() error {
|
|
return nil
|
|
}
|