Skip to content

Commit d3f5af8

Browse files
committed
Disable death
1 parent 4eced17 commit d3f5af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func main() {
2424
http.HandleFunc("/boom", func(w http.ResponseWriter, r *http.Request) {
2525
fmt.Fprintf(w, string(boom))
2626
fmt.Printf("Goodbye\n")
27-
die()
27+
//die()
2828
})
2929

3030
// Dashboard

0 commit comments

Comments
 (0)