package main import "fmt" func main() { panic("O noes") fmt.Println("Finished") }