package main import ( "log" "meow.tf/go/cv" ) func main() { err := cv.Generate() if err != nil { log.Fatalln("Unable to generate:", err) } }