// +build !go1.8 windows !amd64 static_build package plugin func loadPlugins(path string) error { // plugins not supported until 1.8 return nil }