package main import ( "fmt" "log" ) func main() { fmt.Println("Hello World") log.Fatal("CHECK WORKFLOW") }