mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 04:50:40 +00:00
gofmt -s & go_vet
This commit is contained in:
@ -179,7 +179,6 @@ func (rp *MemProvider) SessionRegenerate(oldsid, sid string) (session.SessionSto
|
||||
} else {
|
||||
client.Delete(oldsid)
|
||||
item.Key = sid
|
||||
item.Value = item.Value
|
||||
item.Expiration = int32(rp.maxlifetime)
|
||||
client.Set(item)
|
||||
contain = item.Value
|
||||
|
Reference in New Issue
Block a user