Skip to content

Commit c49221c

Browse files
committed
Enable boom
1 parent c1737cc commit c49221c

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
@@ -25,7 +25,7 @@ func main() {
2525
http.HandleFunc("/boom", func(w http.ResponseWriter, r *http.Request) {
2626
fmt.Fprintf(w, string(boom))
2727
fmt.Printf("Goodbye\n")
28-
//die()
28+
die()
2929
})
3030

3131
// Dashboard

0 commit comments

Comments
 (0)