diff --git a/ch6-web/ch6-01-introduction.md b/ch6-web/ch6-01-introduction.md index f4feaec..0f220d7 100644 --- a/ch6-web/ch6-01-introduction.md +++ b/ch6-web/ch6-01-introduction.md @@ -45,7 +45,6 @@ func main() { err := http.ListenAndServe(":8080", nil) if err != nil { log.Fatal(err) - os.Exit(1) } }