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 5ce2c57 commit d8ec981Copy full SHA for d8ec981
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
- os.Exit(0)
+ //os.Exit(0)
28
})
29
30
// Dashboard
0 commit comments