1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-13 18:30:40 +00:00

Merge branch 'develop-2.0' of github.com:astaxie/beego into change_redis_provider

This commit is contained in:
Phillip Stagnet
2020-08-11 10:47:06 +02:00
53 changed files with 821 additions and 396 deletions

View File

@ -57,7 +57,7 @@ func TestFileProvider_SessionExist(t *testing.T) {
_ = fp.SessionInit(180, sessionPath)
exists, err := fp.SessionExist(sid)
if err != nil{
if err != nil {
t.Error(err)
}
if exists {