From 34311141aa4388dc62509e59ef6d113ec702d8ad Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Wed, 19 Sep 2012 17:50:59 -0700 Subject: [PATCH] notes --- src/xx-http-server-graceful-shutdown.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/xx-http-server-graceful-shutdown.go b/src/xx-http-server-graceful-shutdown.go index b556a22..722808b 100644 --- a/src/xx-http-server-graceful-shutdown.go +++ b/src/xx-http-server-graceful-shutdown.go @@ -76,6 +76,10 @@ func main() { } } +// == todo +// clean up logging +// consider refactoring + // == running // $ cd src // $ go build xx-http-server-graceful-shutdown.go @@ -84,3 +88,6 @@ func main() { // $ curl -i http://127.0.0.1:5000/ // // ^C + +// == credits +// http://blog.nella.org/?p=879