2014-07-16 05:40:58 +04:00
|
|
|
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)
|
2014-08-19 05:41:05 +04:00
|
|
|
**Staff:**
|
2014-07-16 05:40:58 +04:00
|
|
|
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
|
2014-08-18 23:01:54 +04:00
|
|
|
- Improved documentation for model binding
|
|
|
|
- ★ Added Content.Redirect()
|
|
|
|
- ★ Added tons of Unit tests
|
2014-07-16 05:40:58 +04:00
|
|
|
|
|
|
|
|
|
|
|
**@austinheap (Austin Heap)**
|
2014-08-18 23:01:54 +04:00
|
|
|
- Added travis CI integration
|
2014-07-16 05:40:58 +04:00
|
|
|
|
|
|
|
|
|
|
|
**@bluele (Jun Kimura)**
|
|
|
|
- Fixes code examples in README
|
|
|
|
|
|
|
|
|
|
|
|
**@chad-russell**
|
|
|
|
- ★ Support for serializing gin.H into XML
|
|
|
|
|
|
|
|
|
|
|
|
**@dickeyxxx (Jeff Dickey)**
|
|
|
|
- Typos in README
|
|
|
|
|
|
|
|
|
2014-07-18 16:59:44 +04:00
|
|
|
**@fmd (Fareed Dudhia)**
|
|
|
|
- Fix typo. SetHTTPTemplate -> SetHTMLTemplate
|
|
|
|
|
|
|
|
|
2014-07-16 05:40:58 +04:00
|
|
|
**@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
|
2014-08-18 23:01:54 +04:00
|
|
|
- Fixes Content-Type for json render
|
2014-07-16 05:40:58 +04:00
|
|
|
|
|
|
|
|
|
|
|
**@mopemope (Yutaka Matsubara)**
|
|
|
|
- ★ Adds Godep support (Dependencies Manager)
|
2014-07-16 14:18:02 +04:00
|
|
|
- Fix variadic parameter in the flexible render API
|
2014-07-18 16:59:44 +04:00
|
|
|
- Fix Corrupted plain render
|
2014-08-18 23:01:54 +04:00
|
|
|
|
2014-07-16 05:40:58 +04:00
|
|
|
|
|
|
|
**@msemenistyi (Mykyta Semenistyi)**
|
|
|
|
- update Readme.md. Add code to String method
|
|
|
|
|
|
|
|
|
2014-08-18 23:01:54 +04:00
|
|
|
**@msoedov (Sasha Myasoedov)**
|
|
|
|
- ★ Adds tons of unit tests.
|
|
|
|
|
|
|
|
|
2014-07-16 05:40:58 +04:00
|
|
|
**@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)**
|
2014-08-21 03:13:37 +04:00
|
|
|
- Fixes some texts in README II
|
|
|
|
|
|
|
|
|
|
|
|
**@yuyabee**
|
|
|
|
- Fixed README
|