We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eced17 commit d3f5af8Copy full SHA for d3f5af8
main.go
@@ -24,7 +24,7 @@ func main() {
24
http.HandleFunc("/boom", func(w http.ResponseWriter, r *http.Request) {
25
fmt.Fprintf(w, string(boom))
26
fmt.Printf("Goodbye\n")
27
- die()
+ //die()
28
})
29
30
// Dashboard
0 commit comments