package plugintest import "fmt" func Hello() { fmt.Println("Hello") }