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 c1737cc commit c49221cCopy full SHA for c49221c
main.go
@@ -25,7 +25,7 @@ func main() {
25
http.HandleFunc("/boom", func(w http.ResponseWriter, r *http.Request) {
26
fmt.Fprintf(w, string(boom))
27
fmt.Printf("Goodbye\n")
28
- //die()
+ die()
29
})
30
31
// Dashboard
0 commit comments