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 |
|
Faissal Elamraoui
|
bf6bd6b292
|
Fixes #2587
Fixes warnings and errors raised by gometalinter and gosimple.
|
2017-04-23 19:19:05 +02:00 |
|
astaxie
|
bf469f0b55
|
Revert "close mysql connection"
|
2017-03-29 09:57:18 +08:00 |
|
Sergey Lanzman
|
37c1ffc57a
|
add go simple support
|
2017-03-17 20:22:20 +02:00 |
|
liming
|
dade92d98b
|
close mysql connection
|
2017-02-09 14:16:23 +08:00 |
|
youngsterxyf
|
56860d1fea
|
not just export a variable
|
2016-03-25 10:48:59 +08:00 |
|
youngsterxyf
|
3300db832b
|
in session package, add a helpful variable SLogger to help subpackage logging information
|
2016-03-24 22:43:57 +08:00 |
|
astaxie
|
172894efe8
|
golint session
|
2015-09-12 22:53:55 +08:00 |
|
sidbusy
|
f55bbbdff4
|
allows custom the TableName of Session
|
2015-09-05 10:31:31 +08:00 |
|
Nikolay Kirsh
|
8e71d31dbe
|
fix session table
|
2015-06-04 18:40:10 +05:00 |
|
astaxie
|
a144769515
|
update the documents & comments
|
2014-08-18 16:41:43 +08:00 |
|
astaxie
|
fefd8ddb5b
|
beego: update licence& fix #669
|
2014-07-03 23:40:21 +08:00 |
|
astaxie
|
0f170a80da
|
update the comments fix #658
|
2014-06-25 10:39:37 +08:00 |
|
astaxie
|
c188cbbcb4
|
update all files License
|
2014-05-17 02:26:50 +08:00 |
|
astaxie
|
4245521660
|
fix #576
|
2014-05-17 02:26:50 +08:00 |
|
slene
|
f4d62d3193
|
beego: fix dependency of cache / session sub package
|
2014-04-04 08:31:22 +08:00 |
|
slene
|
d58e9e6e12
|
beego: move dependency module to sub package
|
2014-04-03 23:41:48 +08:00 |
|