github.com/DARA-Project/GoDist-Scheduler@v0.0.0-20201030134746-668de4acea0d/examples/SimplePanic/SimplePanic.go (about) 1 package main 2 3 //This program tests Dara's ability to catch system crash events 4 //initiated using panic call 5 6 func main() { 7 panic("CALLING PANIC NOW") 8 }