Dollarkillerx

Results 7 issues of Dollarkillerx

``` func init() { engine, e := xorm.NewEngine("mysql", "root:123456@(127.0.0.1:3306)/transfer?charset=utf8") if e != nil { panic(e.Error()) } MbSql = engine engine2, e := xorm.NewEngine("mysql", "root:123456@(127.0.0.1:3306)/pre_video?charset=utf8") if e != nil { panic(e.Error())...

![](https://upload-images.jianshu.io/upload_images/2489344-c8635ce454a0dc42.png) 无法下载

``` func Logout(ctx *gin.Context) { session := sessions.Default(ctx) session.Clear() session.Save() ctx.Redirect(301,"/") } ``` I have this operation but still can get the session

Sir, how do I set the maximum file upload size?

Use gnet to replace fasthttp for continuously improving performance and stability

TODO

预计在gowith分支 添加对部署失败的异常反馈 和,部署失败的回滚