Files
LearnGO/go/pkg/mod/github.com/go-delve/delve@v1.23.0/_fixtures/panic.go
T
2024-09-19 21:38:24 -04:00

7 lines
58 B
Go

package main
func main() {
msg := "BOOM!"
panic(msg)
}