Files
v2fly/plugin_other.go
T
2017-11-22 23:15:14 +01:00

8 lines
81 B
Go

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