Bo-Yi Wu
|
1e1e4fc867
|
Add Makefile to check the following thing (#947)
* Add Makefile to check the following thing.
* vet check
* fmt check
* embedmd check
* misspell check
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* remove unused variable.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
|
2017-06-12 21:50:42 -05:00 |
Andrey Nering
|
6a3a8ae61b
|
Fix time.Time binding (#904)
If a empty string is given(`""`), them time should be zero.
|
2017-05-04 09:22:00 +08:00 |
Andrey Nering
|
863248034b
|
Support time.Time on form binding (#801)
|
2017-02-17 21:32:36 +08:00 |
Manu Mtz-Almeida
|
0873992f38
|
More unit tests for form binding
|
2015-07-08 04:26:37 +02:00 |
Manu Mtz-Almeida
|
967e62337a
|
form mapping optimisation
|
2015-05-24 03:56:11 +02:00 |
Manu Mtz-Almeida
|
208e1f5569
|
Merge branch 'master' of https://github.com/remerge/gin
Conflicts:
binding/binding.go
|
2015-05-24 03:33:21 +02:00 |
Manu Mtz-Almeida
|
8b26264574
|
Merge branch 'develop' into performance
Conflicts:
context.go
context_test.go
gin_test.go
recovery_test.go
utils.go
|
2015-04-08 13:37:25 +02:00 |
Manu Mtz-Almeida
|
ac0ad2fed8
|
Improves unit tests
|
2015-04-08 02:58:35 +02:00 |
Manu Mtz-Almeida
|
9828435f70
|
Fixes failing unit test
|
2015-04-07 18:14:33 +02:00 |
Manu Mtz-Almeida
|
1f6304ca25
|
Cleaning up performance branch
|
2015-04-07 12:22:38 +02:00 |
Manu Mtz-Almeida
|
d4413b6e91
|
Refactors binding module
|
2015-03-31 17:51:10 +02:00 |