Commit Graph

74 Commits

Author SHA1 Message Date
Javier Provecho Fernandez
b1758d3bfa Merge branch 'master' into develop 2015-02-07 15:04:24 +01:00
Javier Provecho Fernandez
171efe228d Merge branch 'develop' of git://github.com/superalsrk/gin into superalsrk-develop
Conflicts:
	Godeps/Godeps.json
2015-02-07 14:29:37 +01:00
Robert Wilkinson
651305c0f5 Update README.md 2015-02-06 09:14:12 -08:00
Javier Provecho Fernandez
713068594c Update README.md
- Reorganize roadmap for v1.0, done in the bottom, to do at top.
- Added request for #155, swagger support.
2015-02-04 23:00:51 +01:00
Javier Provecho Fernandez
5cfe2c56dd Merge branch 'develop' | Update AUTHORS and CHANGELOG 2015-02-04 14:37:21 +01:00
Javier Provecho Fernandez
d936320e0e Sync master into develop
- Add 265faff4ba
- Update "github.com/julienschmidt/httprouter" version in Godeps
- Add 28b9ff9e34
2015-02-04 12:56:19 +01:00
SRK.Lyu
d2c3699957 Update httprouter version and edit readme about the named parameters 2015-01-31 20:09:44 +08:00
Javier Provecho Fernandez
2d1291329a Fix #191 outdated documentation 2015-01-05 16:15:42 +01:00
Javier Provecho Fernandez
c2185a129a Fix some examples in README.md 2015-01-01 17:19:50 +01:00
Javier Provecho Fernandez
c8dedf7f39 Merge pull request #168 from dutchcoders/develop
Updated to use SetHTMLTemplate()
2014-12-29 13:03:03 +01:00
Javier Provecho Fernandez
265faff4ba Merge pull request #46 from dickeyxxx/readme/not-found
added example on using ServeFiles
2014-12-29 12:38:34 +01:00
Javier Provecho Fernandez
613d17fd3d Merge pull request #144 from javierprovecho/develop
Add attribution from httprouter
2014-12-29 12:25:50 +01:00
Remco
af9a6bcb4d Fixed typo 2014-12-02 15:39:24 +01:00
Remco
b8ab9554dc Updated to use SetHTMLTemplate() 2014-12-02 15:28:38 +01:00
Javier Provecho Fernandez
bd1b400861 Add attribution from httprouter 2014-11-02 12:23:31 +01:00
Kel Cecil
eaefeeb0fd Fix HTML form binding example typo 2014-10-27 20:46:23 -04:00
Manu Mtz-Almeida
0808f8a824 Adds logger source code 2014-09-13 20:37:27 +02:00
Manu Mtz.-Almeida
6fcc0a5b1d Updates logger screenshot 2014-09-13 20:26:47 +02:00
Manu Mtz-Almeida
d3249800e9 Removing exclamation marks in Go. 2014-09-03 17:42:49 +02:00
梦溪笔谈
5092886e99 Update README.md
Fix a typo in Redirects section.
2014-08-21 21:32:32 +08:00
Manu Mtz-Almeida
a3a575392c Merge branch 'patch-1' of https://github.com/yosssi/gin-1 into develop 2014-08-21 01:14:49 +02:00
Manu Mtz-Almeida
7963d018a8 Merge branch 'Req-to-Request' of https://github.com/yuyabee/gin into develop 2014-08-19 16:08:11 +02:00
yuyabe
f39b692fc5 Update README.md 2014-08-19 01:38:03 -07:00
Manu Mtz-Almeida
ceec1b6443 Merge branch 'redirect' of https://github.com/alexandernyquist/gin into develop 2014-08-18 17:19:32 +02:00
Alexander Nyquist
38dcdcc985 Started on improved documentation for model binding 2014-08-03 01:31:48 +02:00
Alexander Nyquist
64fb835e6f Only accepting 3xx status codes when redirecting. Swapped location and code arguments for Redirect signature 2014-08-02 17:06:09 +02:00
Alexander Nyquist
593de4e913 Added support for redirects 2014-07-29 00:48:02 +02:00
Keiji Yoshida
51cbd7c75e Update README.md 2014-07-26 01:57:24 +09:00
Manu Mtz.-Almeida
c3abaf9afc Merge pull request #73 from gin-gonic/community
adding info for IRC and mailing list
2014-07-18 18:09:30 +02:00
Manu Mtz-Almeida
7a6d58d8c4 Updates README 2014-07-18 15:22:38 +02:00
Austin Heap
f3fd8b92f8 adding info for IRC and mailing list 2014-07-16 10:00:47 -07:00
dickeyxxx
772d7d2997 added example on using Static 2014-07-08 10:17:22 -07:00
Javier Provecho
6c8c90115d Update README.md
Example of Catch-All parameters.
2014-07-08 11:55:20 +02:00
Manu Mtz-Almeida
545101811a Merge branch 'develop'
Conflicts:
	README.md
2014-07-08 01:32:41 +02:00
Javier Provecho
7e68d039d3 Merge pull request #47 from dickeyxxx/readme/typo
typo
2014-07-08 00:01:47 +02:00
Javier Provecho
33d4704637 Merge pull request #50 from AlexanderChen1989/master
Fix READEME.md
2014-07-07 23:56:36 +02:00
Alexander
fc494c8094 Fix READEME.md 2014-07-07 11:58:22 +08:00
dickeyxxx
55d6bb7a68 typo 2014-07-06 15:21:40 -07:00
Manu Mtz-Almeida
31417dbc63 Updates task list. 2014-07-06 18:57:58 +02:00
Manu Mtz-Almeida
db259897f4 Adds task list (part2) 2014-07-05 19:28:45 +02:00
Manu Mtz-Almeida
8ad554dac3 Adds task list 2014-07-05 19:27:33 +02:00
Manu Mtz-Almeida
e2ecb03c16 Merge branch 'master' of https://github.com/julienschmidt/gin into julienschmidt-master
Conflicts:
	README.md
2014-07-04 21:37:33 +02:00
Julien Schmidt
592af3026c README: gofmt the code examples 2014-07-04 19:44:07 +02:00
Manu Mtz-Almeida
8f3f3597f3 Merge branch 'master' of https://github.com/ngerakines/gin into ngerakines-master
It adds MustGet() method in context.

Conflicts:
	examples/example_basic.go
2014-07-04 17:05:56 +02:00
Manu Mtz-Almeida
493008ea3c Improved BasicAuth() example 2014-07-04 04:47:34 +02:00
Manu Mtz-Almeida
7582b9077c Adds more samples in README
- Goroutines inside a request
- Basic HTTP authorization
2014-07-04 04:30:30 +02:00
Manu Mtz-Almeida
c8cb943ef7 Adds a console image 2014-07-04 02:55:01 +02:00
Nick Gerakines
abe076b8f8 Adding MustGet method. Updating README. 2014-07-03 18:16:41 -04:00
Manu Mtz-Almeida
00413032bb Merge branch 'master' into develop 2014-07-04 00:05:31 +02:00
Manu Mtz-Almeida
d42aa6d868 Fixes wrap around http.ResponseWriter 2014-07-04 00:01:28 +02:00