[Solved] Web server graceful shutdown not working as expected
I found the answer with the help of a fellow Gopher from the community. The line of code containing srv.ListenAndServe() is a blocking line of code causing the log after this line of code not to happen. In my original code I demonstrated in my earlier blog I had this log in front of the … Read more