github.com/neilgarb/delve@v1.9.2-nobreaks/_fixtures/fatalerror.go (about) 1 package main 2 3 func main() { 4 var f func() 5 go f() 6 }