|  | f843c33370 | add test case of mode | 2017-07-05 21:05:02 +08:00 |  | 
			
				
					|  | 2a36eefcff | add test case of mode | 2017-07-05 20:37:28 +08:00 |  | 
			
				
					|  | 31ac11a298 | update comment method (#977) | 2017-07-05 04:37:24 -05:00 |  | 
			
				
					|  | d535fcd598 | separate type define (#975) | 2017-07-05 02:47:36 -05:00 |  | 
			
				
					|  | 22fc0284e3 | update readme (#976) | 2017-07-04 21:42:56 -05:00 |  | 
			
				
					|  | 7d043cedb1 | improved swap (#974) | 2017-07-04 20:55:50 -05:00 |  | 
			
				
					|  | 735748b359 | fix(tests): TestDebugPrintLoadTemplate use assert.Regep instead of assert.Equal (#973) | 2017-07-04 03:36:12 -05:00 |  | 
			
				
					|  | ecf1b37850 | add doc.go (#970) | 2017-07-04 03:17:54 -05:00 |  | 
			
				
					|  | baf216e167 | add error check. (#972) Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-07-04 03:12:29 -05:00 |  | 
			
				
					|  | df67c64479 | fix cleanPath spell (#969) | 2017-07-04 10:10:28 +08:00 |  | 
			
				
					|  | f0b54a3023 | fix: update autotls example. (#965) | 2017-07-03 00:55:21 -05:00 |  | 
			
				
					|  | 92ddc7d240 | docs(test): add missing inline docs | 2017-07-02 17:06:53 +02:00 |  | 
			
				
					|  | 484acfc303 | docs(logger): add missing inline docs | 2017-07-02 17:05:21 +02:00 |  | 
			
				
					|  | 114b71868a | refactor(deprecated): remove getcookie | 2017-07-02 16:59:21 +02:00 |  | 
			
				
					|  | 89f0acc2f8 | docs(auth): add missing logs for auth.go | 2017-07-02 16:54:49 +02:00 |  | 
			
				
					|  | 1923b35983 | update document format. (#964) Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-07-02 09:41:06 -05:00 |  | 
			
				
					|  | de1fdfd1e5 | docs(readme): fix embedmd build | 2017-07-02 16:34:52 +02:00 |  | 
			
				
					|  | 912a7df572 | docs(readme): fix step in vendor tool example | 2017-07-02 16:28:37 +02:00 |  | 
			
				
					|  | 84fc31f9f8 | docs(readme): move contribution guide to a separate file | 2017-07-02 14:35:10 +02:00 |  | 
			
				
					|  | d875f07409 | Merge branch 'master' into develop | 2017-07-02 14:23:55 +02:00 |  | 
			
				
					|  | 5ce686113b | docs(readme): add example on using vendor tool for version lock | 2017-07-02 12:46:36 +02:00 |  | 
			
				
					|  | 753d82e186 | docs(readme): compress logo size | 2017-07-02 12:29:50 +02:00 |  | 
			
				
					|  | 1d03a46c54 | docs(readme): make logo smaller as before | 2017-07-02 12:27:38 +02:00 |  | 
			
				
					|  | 55dd6364cb | docs(readme): update to color logo | 2017-07-02 12:23:54 +02:00 |  | 
			
				
					|  | 0cbf0f48aa | docs(readme): update contribution guide - change new prs base branch from develop to master | 2017-07-02 11:58:19 +02:00 |  | 
			
				
					|  | d459835d2b | Merge pull request #871 from gin-gonic/develop v1.2 | 2017-07-02 11:28:26 +02:00 |  | 
			
				
					|  | a8ea89ea38 | fix(test): remove wildcard loadtemplate | 2017-07-02 11:17:42 +02:00 |  | 
			
				
					|  | 2535b46bab | docs(readme): add template func maps example copied from gin_test.go @appleboy commit | 2017-07-02 11:07:22 +02:00 |  | 
			
				
					|  | bea012a17f | docs(changelog): add #962 template func maps | 2017-07-02 10:55:39 +02:00 |  | 
			
				
					|  | 54fe9df889 | Merge pull request #962 from gin-gonic/feat/func-maps Made funMaps for the templates configurable and hot-reloadable | 2017-07-02 10:51:52 +02:00 |  | 
			
				
					|  | 76a63b257d | Improve debug code coverage (#963) * Improve debug.go code coverage
* lint code | 2017-07-02 02:29:29 -05:00 |  | 
			
				
					|  | 6d071c1d36 | Add load html file and func map. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-07-02 13:06:43 +08:00 |  | 
			
				
					|  | a40699e07f | add FuncMap testing Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-07-02 12:38:05 +08:00 |  | 
			
				
					|  | e38c36ee0d | Made funMaps for the templates configurable and hot-reloadable | 2017-06-30 21:22:40 +02:00 |  | 
			
				
					|  | 470fe62637 | docs(changelog): update v1.2 changelog | 2017-06-28 00:53:53 +02:00 |  | 
			
				
					|  | 544b8b4dc8 | docs(readme): switch deprecated bindwith for mustbindwith | 2017-06-28 00:53:28 +02:00 |  | 
			
				
					|  | 68aa2c38da | fix(context): switch deprecated bindwith for mustbindwith | 2017-06-28 00:46:35 +02:00 |  | 
			
				
					|  | cbf414d600 | docs(readme): add example on custom delims #860 | 2017-06-28 00:45:18 +02:00 |  | 
			
				
					|  | 1a9cba2cc7 | Merge pull request #855 from gin-gonic/feat/662 feat(context): add idiomatic binding functions for clear err managment | 2017-06-28 00:16:34 +02:00 |  | 
			
				
					|  | c8af276865 | chore(vendor): update vendor.json | 2017-06-27 23:31:11 +02:00 |  | 
			
				
					|  | 9a79e3f144 | fix(import): switch sse import from gopkg to github | 2017-06-27 23:17:02 +02:00 |  | 
			
				
					|  | dc016d0bcb | docs(readme): s/gopkg.in.../github.com.../ | 2017-06-27 23:16:18 +02:00 |  | 
			
				
					|  | 0b3f6d13be | docs(readme): switch back import from gopkg to github | 2017-06-27 23:03:29 +02:00 |  | 
			
				
					|  | 10ebe65e88 | Merge branch 'revert-942' into develop | 2017-06-27 22:59:51 +02:00 |  | 
			
				
					|  | 80942e67a8 | docs(license): add julienschmidt/httprouter license URL | 2017-06-27 22:58:49 +02:00 |  | 
			
				
					|  | 3b8150c83c | Revert "unify license (#942)" This reverts commit 53799774f4. | 2017-06-27 22:54:42 +02:00 |  | 
			
				
					|  | d7ab0da647 | Merge branch 'master' into develop | 2017-06-27 22:39:09 +02:00 |  | 
			
				
					|  | 0681715dda | add Makefile for example (#951) | 2017-06-15 20:07:42 -05:00 |  | 
			
				
					|  | 1a627c2449 | fmt code style (#950) | 2017-06-14 21:14:25 -05:00 |  | 
			
				
					|  | 6dac8c8a48 | delete else keyword (#948) | 2017-06-12 22:36:05 -05:00 |  |