Signed-off-by: Christine Dodrill <me@christine.website>
@ -0,0 +1,3 @@
module tulpa.dev/internal/test
go 1.18
@ -0,0 +1,7 @@
package test
import "fmt"
func Run() {
fmt.Println("It worketh!")
}