github.com/neilgarb/delve@v1.9.2-nobreaks/_fixtures/panic.go (about) 1 package main 2 3 func main() { 4 msg := "BOOM!" 5 panic(msg) 6 }