From 251c85cfae23c2f032d3567ff2f1c761bc367d40 Mon Sep 17 00:00:00 2001 From: Kenneth Tan Xin You Date: Sun, 11 Oct 2020 14:34:27 +0800 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 02d7e3f..0cbde9a 100644 --- a/README.md +++ b/README.md @@ -455,7 +455,6 @@ import ( ) func main() { - defer os.Exit(0) var wait time.Duration flag.DurationVar(&wait, "graceful-timeout", time.Second * 15, "the duration for which the server gracefully wait for existing connections to finish - e.g. 15s or 1m") flag.Parse()