粤ICP备20043980号
粤公网安备44040302000337号
app := clevergo.New() // app.ShutdownTimeout = 5*time.Second // app.ShutdownSignals = []os.Signal{os.Interrupt, syscall.SIGINT, syscall.SIGTERM} app.Run(":8080")
Checkout example for details.