[go-nuts] Gracefully Shutdown File Server

2017-03-09 Thread Dave Cheney
Here is a short example I wrote for the Go 1.8 release party. https://talks.godoc.org/github.com/davecheney/go-1.8-release-party/presentation.slide#36 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop recei

[go-nuts] Gracefully Shutdown File Server

2017-03-09 Thread Andrew
Hi, How can I gracefully shutdown a file server like this in Go1.8? func main() { http.Handle("/", http.FileServer(http.Dir("./"))) http.ListenAndServe(":8080", nil) } Thanks, Andrew -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To