plugintest.go 74 B

12345678
  1. package plugintest
  2. import "fmt"
  3. func Hello() {
  4. fmt.Println("Hello")
  5. }