gobyexample/062-http-server-graceful-shutdown/http-server-graceful-shutdown.sh
Mark McGranaghan 5f9b4d2eb4 lmao it worked
2012-09-23 13:11:11 -07:00

8 lines
131 B
Bash

$ cd src
$ go build xx-http-server-graceful-shutdown.go
$ ./xx-http-server-graceful-shutdown
$ curl -i http://127.0.0.1:5000/
^C