mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-07-26 17:53:48 -04:00
8 lines
81 B
Go
8 lines
81 B
Go
// +build !linux
|
|
|
|
package core
|
|
|
|
func loadPluginsInternal() error {
|
|
return nil
|
|
}
|