c8b35d3445 
					 
					
						
						
							
							Fix for  #630  
						
						 
						
						... 
						
						
						
						Details can be found in issue #630  
						
						
					 
					
						2016-12-05 03:58:31 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						273e43a27a 
					 
					
						
						
							
							Merge pull request  #724  from chiffa-org/redundant_context_import  
						
						 
						
						... 
						
						
						
						Move golang.org/x/net/context.Context interface implementation check to tests 
						
						
					 
					
						2016-12-05 10:55:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2ee06db79a 
					 
					
						
						
							
							Merge pull request  #627  from liudanking/develop  
						
						 
						
						... 
						
						
						
						Fix log color reset 
						
						
					 
					
						2016-12-05 10:49:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c9954730ea 
					 
					
						
						
							
							Merge pull request  #637  from tatsuyafw/remove-obsolete-func  
						
						 
						
						... 
						
						
						
						Remove an obsolete func in README 
						
						
					 
					
						2016-12-05 10:47:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e1efd4fce1 
					 
					
						
						
							
							Merge pull request  #707  from yehezkielbs/develop  
						
						 
						
						... 
						
						
						
						Make CreateTestContext public without importing net/http/httptest 
						
						
					 
					
						2016-12-05 16:48:30 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						18392f589f 
					 
					
						
						
							
							Merge pull request  #754  from gin-gonic/patch-13  
						
						 
						
						... 
						
						
						
						Support google appengine for IsTerminal func. 
						
						
					 
					
						2016-12-04 18:44:33 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						83e2ea2e6b 
					 
					
						
						
							
							testing on go latest version.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com > 
						
						
					 
					
						2016-12-04 09:56:14 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						38e4b1d2fe 
					 
					
						
						
							
							Support google appengine for IsTerminal func.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com > 
						
						
					 
					
						2016-12-04 09:50:02 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0f80d5ddea 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/bug' into develop  
						
						 
						
						
						
						
					 
					
						2016-12-03 22:12:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fabe3df785 
					 
					
						
						
							
							Revert "Revert "Merge pull request  #744  from aviddiviner/logger-fix""  
						
						 
						
						... 
						
						
						
						This reverts commit 19f271c86b . 
						
						
					 
					
						2016-12-03 22:11:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						19f271c86b 
					 
					
						
						
							
							Revert "Merge pull request  #744  from aviddiviner/logger-fix"  
						
						 
						
						... 
						
						
						
						This reverts commit c3bfd69303 , reversing
changes made to 9177f01c28 . 
						
						
					 
					
						2016-12-03 22:03:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b26d956e07 
					 
					
						
						
							
							fix   #752  ignore appengine os.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com > 
						
						
					 
					
						2016-12-04 00:30:59 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						32cab500ec 
					 
					
						
						
							
							v1.1 ( #751 )  
						
						 
						
						... 
						
						
						
						* Implement QueryArray and PostArray methods
* Refactor GetQuery and GetPostForm
* Removed additional Iota
I think assigning iota to each constant is not required
* Add 1.7 test.
* Add codecov.io
* corrected a typo in README
* remove coveralls services.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com >
* Update TravisCI to Gitter webhook
* Add codecov.yml Gitter webhook
* Changed imports to gopkg instead of github in README (#733 )
* Add contribution guide
* Update go get for stable version
In the future, github default branch will be develop so running `go get github.com/gin-gonic/gin` will pull latest code from develop.
* Changed imports to gopkg instead of github in README
* Update README.md
* Logger: skip ANSI color commands if output is not a tty 
						
						
					 
					
						2016-12-03 10:10:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6f474cb42d 
					 
					
						
						
							
							Merge pull request  #570  from andreynering/array  
						
						 
						
						... 
						
						
						
						Implement QueryArray and PostFormArray methods 
						
						
					 
					
						2016-12-03 08:12:19 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c3bfd69303 
					 
					
						
						
							
							Merge pull request  #744  from aviddiviner/logger-fix  
						
						 
						
						... 
						
						
						
						Logger: skip ANSI color commands if output is not a tty 
						
						
					 
					
						2016-12-01 06:20:24 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						70ada0c7b6 
					 
					
						
						
							
							Logger: skip ANSI color commands if output is not a tty  
						
						 
						
						
						
						
					 
					
						2016-11-18 06:40:48 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9177f01c28 
					 
					
						
						
							
							Changed imports to gopkg instead of github in README ( #733 )  
						
						 
						
						... 
						
						
						
						* Add contribution guide
* Update go get for stable version
In the future, github default branch will be develop so running `go get github.com/gin-gonic/gin` will pull latest code from develop.
* Changed imports to gopkg instead of github in README
* Update README.md 
						
						
					 
					
						2016-11-08 18:38:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bb159f9260 
					 
					
						
						
							
							Merge pull request  #734  from pmoncadaisla/change-travis  
						
						 
						
						... 
						
						
						
						Added go 1.7 version to travis.yml 
						
						
					 
					
						2016-11-08 18:37:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e396f2f357 
					 
					
						
						
							
							Added go 1.7 version to travis.yml  
						
						 
						
						
						
						
					 
					
						2016-11-08 18:25:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3ad4c714a7 
					 
					
						
						
							
							Add codecov.yml Gitter webhook  
						
						 
						
						
						
						
					 
					
						2016-10-28 21:41:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9d9fd08859 
					 
					
						
						
							
							Update TravisCI to Gitter webhook  
						
						 
						
						
						
						
					 
					
						2016-10-28 21:31:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						233cd41822 
					 
					
						
						
							
							Merge pull request  #728  from gin-gonic/coveralls  
						
						 
						
						... 
						
						
						
						Remove Coveralls 
						
						
					 
					
						2016-10-28 21:29:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						504b119742 
					 
					
						
						
							
							remove coveralls services.  
						
						 
						
						... 
						
						
						
						Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com > 
						
						
					 
					
						2016-10-28 23:18:24 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e435c347b1 
					 
					
						
						
							
							Merge pull request  #727  from mehdy/develop  
						
						 
						
						... 
						
						
						
						corrected a typo in README 
						
						
					 
					
						2016-10-28 22:28:13 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5c3c9c4f8c 
					 
					
						
						
							
							corrected a typo in README  
						
						 
						
						
						
						
					 
					
						2016-10-28 17:32:10 +03:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ceb250ba20 
					 
					
						
						
							
							Move golang.org/x/net/context.Context interface implementation check to tests  
						
						 
						
						
						
						
					 
					
						2016-10-19 17:13:38 +03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eadf4da8f6 
					 
					
						
						
							
							Add codecov.io  
						
						 
						
						
						
						
					 
					
						2016-10-19 11:22:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3900df04d2 
					 
					
						
						
							
							Update go get for stable version  
						
						 
						
						... 
						
						
						
						In the future, github default branch will be develop so running `go get github.com/gin-gonic/gin` will pull latest code from develop. 
						
						
					 
					
						2016-10-12 16:51:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f90cc43045 
					 
					
						
						
							
							Add contribution guide  
						
						 
						
						
						
						
					 
					
						2016-10-12 16:42:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7ec7df8b93 
					 
					
						
						
							
							Add 1.7 test.  
						
						 
						
						
						
						
					 
					
						2016-10-12 22:23:43 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f28b6cdd69 
					 
					
						
						
							
							Merge pull request  #710  from soniabhishek/patch-1  
						
						 
						
						... 
						
						
						
						Removed additional Iota 
						
						
					 
					
						2016-10-12 09:18:04 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2dae550eb5 
					 
					
						
						
							
							Merge branch 'develop'  
						
						 
						
						
						
						
					 
					
						2016-10-12 14:13:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						15fc943ba4 
					 
					
						
						
							
							Removed additional Iota  
						
						 
						
						... 
						
						
						
						I think assigning iota to each constant is not required 
						
						
					 
					
						2016-09-29 19:32:27 +05:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						61ba9db5af 
					 
					
						
						
							
							Make CreateTestContext public without importing net/http/httptest  
						
						 
						
						
						
						
					 
					
						2016-09-21 12:16:51 +10:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bf8da4a08a 
					 
					
						
						
							
							Context.Get() does not need to test whether Keys is nil or not  
						
						 
						
						
						
						
					 
					
						2016-09-09 11:37:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8464b14974 
					 
					
						
						
							
							Remove an obsolete func in README  
						
						 
						
						
						
						
					 
					
						2016-06-08 07:44:56 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						30f014c754 
					 
					
						
						
							
							fix default log format  
						
						 
						
						... 
						
						
						
						`reset` field should be after `method` in LoggerWithWriter function. 
						
						
					 
					
						2016-05-26 16:21:50 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f931d1ea80 
					 
					
						
						
							
							Merge pull request  #620  from betahu/patch-1  
						
						 
						
						... 
						
						
						
						Update README.md 
						
						
					 
					
						2016-05-25 14:45:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bf5b09cc57 
					 
					
						
						
							
							Update README.md  
						
						 
						
						... 
						
						
						
						add code  to c.String 
						
						
					 
					
						2016-05-17 15:14:47 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						542be2fe77 
					 
					
						
						
							
							Merge pull request  #588  from appleboy/patch-1  
						
						 
						
						... 
						
						
						
						Add project lists using gin framework. 
						
						
					 
					
						2016-04-15 13:10:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cf256f51b1 
					 
					
						
						
							
							Merge pull request  #589  from appleboy/patch-3  
						
						 
						
						... 
						
						
						
						update readme: add YAML example. 
						
						
					 
					
						2016-04-15 13:09:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3576efa535 
					 
					
						
						
							
							Merge pull request  #590  from seregayoga/develop  
						
						 
						
						... 
						
						
						
						Default writers must be io.Writers 
						
						
					 
					
						2016-04-15 13:08:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7ccbc8f584 
					 
					
						
						
							
							Default writers must be io.Writers  
						
						 
						
						
						
						
					 
					
						2016-04-15 14:24:13 +06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e67cd9185e 
					 
					
						
						
							
							update readme: add YAML example.  
						
						 
						
						
						
						
					 
					
						2016-04-15 15:23:47 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bab63c3ef9 
					 
					
						
						
							
							Add project lists using gin framework.  
						
						 
						
						
						
						
					 
					
						2016-04-15 09:17:38 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5caaac4c5c 
					 
					
						
						
							
							Push branch develop into master  
						
						 
						
						
						
						
					 
					
						2016-04-15 01:39:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3c3526f1f1 
					 
					
						
						
							
							fix test and build  
						
						 
						
						
						
						
					 
					
						2016-04-15 01:35:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9e930b9bdd 
					 
					
						
						
							
							lint code  
						
						 
						
						
						
						
					 
					
						2016-04-15 01:16:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						89f1adf0eb 
					 
					
						
						
							
							add go report card to readme  
						
						 
						
						
						
						
					 
					
						2016-04-15 00:48:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4df51ad4f8 
					 
					
						
						
							
							Merge pull request  #587  from roylou/develop  
						
						 
						
						... 
						
						
						
						Write header immediately in AbortWithStatus(), close  #585  
						
						
					 
					
						2016-04-15 00:36:29 +02:00