Klamber

Results 1 issues of Klamber

(Not sure if this is examples problem or gins problem. ) Hey, The graceful shutdown example provided in [examples/graceful-shutdown](https://github.com/gin-gonic/examples/blob/master/graceful-shutdown/graceful-shutdown/server.go) does not use `gin.Run()` and instead calls the `http.ListenAndServe()` directly. It...