v2fly/plugin_other.go

8 lines
81 B
Go

// +build !linux
package core
func loadPluginsInternal() error {
return nil
}