blackwhale:Go网络框架 源码
黑鲸 转到Web框架 主要例子 import ( "net/http" "github.com/gorilla/mux" "github.com/joaopandolfi/blackwhale/configurations" "github.com/unrolled/secure" "github.com/joaopandolfi/blackwhale/handlers" "github.com/joaopandolfi/blackwhale/remotes/mysql" "github.com/joaopandolfi/blackwhale/utils" ) func configInit() { configurations.Load() mysql.Init() } func resilient() { utils.Info("[SERVER] - Shutdow
下载地址
用户评论