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 |
|
astaxie
|
44bdf1df63
|
ignore NilErr
|
2017-04-30 23:38:48 +08:00 |
|
Faissal Elamraoui
|
bf6bd6b292
|
Fixes #2587
Fixes warnings and errors raised by gometalinter and gosimple.
|
2017-04-23 19:19:05 +02:00 |
|
astaxie
|
d956444965
|
Merge branch 'develop' into add-gosimple
|
2017-03-18 11:20:30 +08:00 |
|
Sergey Lanzman
|
37c1ffc57a
|
add go simple support
|
2017-03-17 20:22:20 +02:00 |
|
Sergey Lanzman
|
856fde28dc
|
add unconverted support
|
2017-03-17 19:45:30 +02:00 |
|
astaxie
|
172894efe8
|
golint session
|
2015-09-12 22:53:55 +08:00 |
|
Meaglith Ma
|
20cc5b261e
|
Reform the ledis_session.go
|
2015-03-01 12:59:34 +08:00 |
|
Meaglith Ma
|
7ec2a077d9
|
Fix the wrong parameter bug in ledis session.
|
2015-03-01 12:03:03 +08:00 |
|
Chen Liang
|
29d98731c6
|
add sess_ledis select db config
|
2014-11-25 14:41:51 -08:00 |
|
Chen Liang
|
0bcd828d73
|
add session store in ledis
|
2014-10-26 22:56:00 -07:00 |
|