1
0
mirror of https://github.com/astaxie/beego.git synced 2024-05-28 23:23:26 +00:00
Beego/session/postgres
Iskander Sharipov 67666dbe0f all: simplify boolean expressions
- !(a == b) => a != b
- !(a != b) => a == b

Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
2019-02-09 17:18:59 +03:00
..
sess_postgresql.go all: simplify boolean expressions 2019-02-09 17:18:59 +03:00