forked from gin-gonic/gin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inspired by the cocos2d-iphone community! My old house
- Loading branch information
1 parent
7cf643a
commit fc5caf0
Showing
1 changed file
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
List of all the awesome people working to make Gin the best Web Framework in Go! | ||
|
||
|
||
|
||
##gin 0.x series authors | ||
|
||
**Lead Developer:** Manu Martinez-Almeida (@manucorporat) | ||
**Stuff:** | ||
Javier Provecho (@javierprovecho) | ||
|
||
People and companies, who have contributed, in alphabetical order. | ||
|
||
**@adammck (Adam Mckaig)** | ||
- Add MIT license | ||
|
||
|
||
**@AlexanderChen1989 (Alexander)** | ||
- Typos in README | ||
|
||
|
||
**@alexandernyquist (Alexander Nyquist)** | ||
- Using template.Must to fix multiple return issue | ||
- ★ Added support for OPTIONS verb | ||
- ★ Setting response headers before calling WriteHeader | ||
|
||
|
||
**@austinheap (Austin Heap)** | ||
- Adds travis CI integration | ||
|
||
|
||
**@bluele (Jun Kimura)** | ||
- Fixes code examples in README | ||
|
||
|
||
**@chad-russell** | ||
- ★ Support for serializing gin.H into XML | ||
|
||
|
||
**@dickeyxxx (Jeff Dickey)** | ||
- Typos in README | ||
|
||
|
||
**@jasonrhansen** | ||
- Fix spelling and grammar errors in documentation | ||
|
||
|
||
**@julienschmidt (Julien Schmidt)** | ||
- gofmt the code examples | ||
|
||
|
||
**@kyledinh (Kyle Dinh)** | ||
- Adds RunTLS() | ||
|
||
|
||
**@LinusU (Linus Unnebäck)** | ||
- Small fixes in README | ||
|
||
|
||
**@lucas-clemente (Lucas Clemente)** | ||
- ★ work around path.Join removing trailing slashes from routes | ||
|
||
|
||
**@mdigger (Dmitry Sedykh)** | ||
- Fixes Form binding when content-type is x-www-form-urlencoded | ||
- No repeat call c.Writer.Status() in gin.Logger | ||
- Fixed Content-Type for json render | ||
|
||
|
||
**@mopemope (Yutaka Matsubara)** | ||
- ★ Adds Godep support (Dependencies Manager) | ||
|
||
|
||
**@msemenistyi (Mykyta Semenistyi)** | ||
- update Readme.md. Add code to String method | ||
|
||
|
||
**@ngerakines (Nick Gerakines)** | ||
- ★ Improves API, c.GET() doesn't panic | ||
- Adds MustGet() method | ||
|
||
|
||
**@r8k (Rajiv Kilaparti)** | ||
- Fix Port usage in README. | ||
|
||
|
||
**@silasb (Silas Baronda)** | ||
- Fixing quotes in README | ||
|
||
|
||
**@SkuliOskarsson (Skuli Oskarsson)** | ||
- Fixes some texts in README II |