test/test.go

8 lines
71 B
Go

package test
import "fmt"
func Run() {
fmt.Println("It worketh!")
}