blob: 21a45704041772263c2e9baf872d06f9ff256920 [file] [log] [blame]
// +build !go1.8 windows !amd64
package plugin
func loadPlugins(path string) error {
// plugins not supported until 1.8
return nil
}