mirror of
https://github.com/astaxie/beego.git
synced 2025-06-21 04:00:18 +00:00
fix #576
This commit is contained in:
admin.go
cache/memcache
config
controller.gologs
memzipfile.goorm
reload.gorouter.gosession
toolbox
@ -68,7 +68,6 @@ func (st *PostgresqlSessionStore) Get(key interface{}) interface{} {
|
||||
} else {
|
||||
return nil
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// delete value in postgresql session
|
||||
|
Reference in New Issue
Block a user