1f377cb847 
					 
					
						
						
							
							Add test cases for RunTLS and each mode ( #1173 )  
						
						... 
						
						
						
						* add RunTLS test cases and add debug/test mode cases
* add release mode cases 
						
						
					 
					
						2017-11-21 09:27:57 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ae9f03e6e8 
					 
					
						
						
							
							Fix up syntax error in README ( #1155 )  
						
						
						
						
					 
					
						2017-11-11 23:56:59 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80f691159f 
					 
					
						
						
							
							Added simple testing documentation and examples ( #1156 )  
						
						
						
						
					 
					
						2017-11-11 23:37:32 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9a4ecc87d6 
					 
					
						
						
							
							format some codes style ( #1165 )  
						
						
						
						
					 
					
						2017-11-11 23:24:51 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9ae1e5db2a 
					 
					
						
						
							
							add package for govendor ( #1166 )  
						
						... 
						
						
						
						* add package for govendor
* fix vet error.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com >
* add missing example.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com >
* update gin-gonic/autotls
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com > 
						
						
					 
					
						2017-11-11 23:11:22 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						76ad15ab32 
					 
					
						
						
							
							Update comment to reflect correct constant. ( #1144 )  
						
						... 
						
						
						
						The constant is `DebugMode`, as defined in [mode.go](1e88466d23/mode.go (L16) 
						
						
					 
					
						2017-11-02 08:48:54 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6653d5d588 
					 
					
						
						
							
							fix markdown render ( #1149 )  
						
						
						
						
					 
					
						2017-10-29 21:38:38 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b7e8a6b9b0 
					 
					
						
						
							
							style(import): not use aliase when import package ( #1146 )  
						
						
						
						
					 
					
						2017-10-29 13:12:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1e88466d23 
					 
					
						
						
							
							Update the comment of Version ( #1141 )  
						
						
						
						
					 
					
						2017-10-25 21:25:25 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dfb68ce085 
					 
					
						
						
							
							feat(context): ShouldBind counterparts for Bind methods ( #1047 )  
						
						... 
						
						
						
						* feat(context): ShouldBind counterparts for Bind methods + tests
* docs(readme): Switch examples to use ShouldBind methods
Add section for bind methods types, explain difference in behavior.
Switch all `c.Bind` examples to use `c.ShouldBind`. 
						
						
					 
					
						2017-10-23 11:14:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b8b68314fa 
					 
					
						
						
							
							feat: add multiple service example. ( #1119 )  
						
						
						
						
					 
					
						2017-09-29 16:48:10 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0cb7c44abc 
					 
					
						
						
							
							Print warning log when user create one engine using gin.Default in debug mode ( #1121 )  
						
						... 
						
						
						
						* empty string check
* add log when use Default
* fix unit test error
* fix unit test error 
						
						
					 
					
						2017-09-29 11:58:57 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3b300929e8 
					 
					
						
						
							
							Empty string check ( #1101 )  
						
						
						
						
					 
					
						2017-09-29 00:22:35 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f7376f7c7f 
					 
					
						
						
							
							combine var and use tmp var ( #1108 )  
						
						
						
						
					 
					
						2017-09-28 22:54:37 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a8c53949e5 
					 
					
						
						
							
							Support time location on form binding ( #1117 )  
						
						
						
						
					 
					
						2017-09-28 22:23:18 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5afc5b1973 
					 
					
						
						
							
							travis: add 1.9.x instead 1.9 to go version ( #1105 )  
						
						... 
						
						
						
						1.9.x should be working now. 
						
						
					 
					
						2017-09-11 22:33:19 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8c17c680d9 
					 
					
						
						
							
							Fixed README.md typo ( #1104 )  
						
						... 
						
						
						
						* Fixed README.md typo
* Fixed example typo
* Fixed example typo 
						
						
					 
					
						2017-09-11 22:17:26 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b1ee49de8c 
					 
					
						
						
							
							fix typo ( #1103 )  
						
						
						
						
					 
					
						2017-09-08 08:56:56 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c9b344118f 
					 
					
						
						
							
							Moved const 'defaultMemory' to attrib. Engine.MaxMultipartMemory instead. ( #1100 )  
						
						
						
						
					 
					
						2017-09-07 11:45:16 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						848fa41ca0 
					 
					
						
						
							
							doc(recovery): add RecoveryWithWriter doc ( #1097 )  
						
						
						
						
					 
					
						2017-09-05 09:17:53 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cdf26f994b 
					 
					
						
						
							
							32 << 10 != 32 Mb ( #1094 )  
						
						
						
						
					 
					
						2017-09-04 09:15:50 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab50cf9790 
					 
					
						
						
							
							correct spelling mistake ( #1092 )  
						
						
						
						
					 
					
						2017-09-01 22:02:25 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c16c2b7ec3 
					 
					
						
						
							
							chore(vendor): update jsoniter rev,  #1086  ( #1090 )  
						
						
						
						
					 
					
						2017-08-30 12:18:57 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8902826696 
					 
					
						
						
							
							doc(context): add cookie doc ( #1088 )  
						
						
						
						
					 
					
						2017-08-28 21:38:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f1edd2c2d1 
					 
					
						
						
							
							fix(ginS): fix undefined ref ( #1087 )  
						
						
						
						
					 
					
						2017-08-27 11:11:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						26c3f42095 
					 
					
						
						
							
							feat(binding): add support for custom validator / validation tags ( #1068 )  
						
						... 
						
						
						
						* feat(binding): Add support for custom validation tags
* docs: Add example for custom validation tag
* test(binding): Add test for registering custom validation 
						
						
					 
					
						2017-08-27 09:37:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						030b1aaf72 
					 
					
						
						
							
							chore(ci): replace travis ci go 1.9.x for 1.9 ( #1085 )  
						
						
						
						
					 
					
						2017-08-26 19:37:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						211c48f040 
					 
					
						
						
							
							refactor: using requestHeader internal func ( #1083 )  
						
						... 
						
						
						
						* refactor: using requestHeader internal func.
* update
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com > 
						
						
					 
					
						2017-08-26 12:02:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fa391a4864 
					 
					
						
						
							
							chore(ci): add go 1.9 version ( #1082 )  
						
						... 
						
						
						
						Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com > 
						
						
					 
					
						2017-08-26 10:48:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b9686e91fa 
					 
					
						
						
							
							Use standard library for retrieving header ( #1081 )  
						
						
						
						
					 
					
						2017-08-25 23:53:27 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						18b7c0892d 
					 
					
						
						
							
							not use dot when import package ( #1077 )  
						
						
						
						
					 
					
						2017-08-24 20:13:53 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bc538849eb 
					 
					
						
						
							
							Update readme for adding tag example of binding time field ( #1080 )  
						
						
						
						
					 
					
						2017-08-24 20:06:13 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c25254f563 
					 
					
						
						
							
							reduce go cyclo ( #1076 )  
						
						... 
						
						
						
						* reduce go cyclo
* use := var 
						
						
					 
					
						2017-08-24 20:00:49 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80152ac82c 
					 
					
						
						
							
							doc(readme): update writing logs section wording. ( #1074 )  
						
						... 
						
						
						
						* doc(readme): update writing logs section wording.
* doc(readme): update writing logs section wording.
* doc(readme): fix word formatting 
						
						
					 
					
						2017-08-23 21:50:31 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8be30bd382 
					 
					
						
						
							
							Update readme for showing output log to file ( #1073 )  
						
						... 
						
						
						
						* Update readme for showing output log to file
* update indent 
						
						
					 
					
						2017-08-22 13:55:32 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f4c9ac17a4 
					 
					
						
						
							
							not display color when set disableColor ( #1072 )  
						
						
						
						
					 
					
						2017-08-22 10:27:28 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3856206bd0 
					 
					
						
						
							
							doc(readme): add additional middleware doc. ( #1056 )  
						
						
						
						
					 
					
						2017-08-17 12:18:50 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a8fa424ae5 
					 
					
						
						
							
							update comment ( #1057 )  
						
						
						
						
					 
					
						2017-08-16 11:55:50 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ecae34c4e1 
					 
					
						
						
							
							fix 200 to http.Status ( #1067 )  
						
						
						
						
					 
					
						2017-08-16 09:50:43 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						52c2ed34b3 
					 
					
						
						
							
							log format ( #1060 )  
						
						
						
						
					 
					
						2017-08-14 14:34:29 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						25d20a4463 
					 
					
						
						
							
							merge args if it have same type ( #1059 )  
						
						
						
						
					 
					
						2017-08-14 12:21:05 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4b5ec517da 
					 
					
						
						
							
							fix(test): only check Location header ( #1064 )  
						
						... 
						
						
						
						* fix(test): only check Location header
* fix(test): rename field
* fix(test): not export field 
						
						
					 
					
						2017-08-14 11:02:31 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						81007d2ce0 
					 
					
						
						
							
							refactor(test): unify assert.Equal usage ( #1054 )  
						
						
						
						
					 
					
						2017-08-04 13:45:59 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4b54b86272 
					 
					
						
						
							
							fix composite literal uses unkeyed fields warnings,  #1050  ( #1051 )  
						
						
						
						
					 
					
						2017-08-02 23:00:10 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						df37e74fa1 
					 
					
						
						
							
							doc(context):  more clearer bind doc when input is not valid ( #1049 )  
						
						
						
						
					 
					
						2017-08-01 12:49:28 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7fafb3f4a1 
					 
					
						
						
							
							doc(context): add status func comment. ( #1042 )  
						
						
						
						
					 
					
						2017-07-28 08:50:58 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d39ed41ab3 
					 
					
						
						
							
							update template example ( #1038 )  
						
						... 
						
						
						
						* update template example
* add template example folder 
						
						
					 
					
						2017-07-20 21:29:23 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7b508186dd 
					 
					
						
						
							
							style: remove optional return ( #1036 )  
						
						
						
						
					 
					
						2017-07-19 14:49:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c19aa0598b 
					 
					
						
						
							
							feat(context): add BindQuery func ( #1029 )  
						
						... 
						
						
						
						* feat(context): add BindQuery func, only parse/bind the query string params.
* docs(readme): add BindQuery section.
* docs(readme): fix import.
* docs(readme): separate import 
						
						
					 
					
						2017-07-19 09:50:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						74221b8a35 
					 
					
						
						
							
							docs(benchmark): update benchmark data ( #1035 )  
						
						... 
						
						
						
						* feat(Benchmark): update benchmark data
* fix format.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com >
* docs(benchmarks): re indent column, feature gin
* docs(benchmark): fix newline on vm details
* docs(readme): beautify bench table, explain result 
						
						
					 
					
						2017-07-19 09:40:05 +02:00