Skip to content

Commit d8ec981

Browse files
committed
disable exit
1 parent 5ce2c57 commit d8ec981

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-
os.Exit(0)
27+
//os.Exit(0)
2828
})
2929

3030
// Dashboard

0 commit comments

Comments
 (0)