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