Steven Lu
e1344a901b
Setting logging to release mode in example
...
Debug causes App Engine to fail building, output looks like this:
```
ERROR 2015-03-22 04:15:01,027 http_runtime.py:285] bad runtime process port ['[GIN-debug] GET / --> web.func\xc2\xb7001 (1 handlers)\n']
```
Setting to ReleaseMode fixes this.
2015-03-22 00:27:47 -04:00
Javier Provecho Fernandez
852729e90c
Fix PR #71
2015-01-04 01:51:41 +01:00
mopemoepe
2c3cdbb69f
Add Pluggable View Renderer Example
...
Gin meets pongo2!
(https://github.com/flosch/pongo2 )
2014-07-17 00:37:56 +09:00
Manu Mtz-Almeida
07fe0d9944
Merge branch 'bindings' into develop
2014-07-05 02:49:25 +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
9efd207a04
Fixes BasicAuth test in example_basic.go
2014-07-04 04:40:00 +02:00
Nick Gerakines
108bfb4470
Setting Get metadata method to return both an interface as well as an error to remove panic.
2014-07-03 15:17:24 -04:00
Manu Mtz-Almeida
1aa3216303
Some work around bindings. it may do not compile
2014-07-03 19:19:06 +02:00
Javier Provecho Fernandez
05d587d65e
Clarification
2014-07-02 22:48:06 +02:00
Javier Provecho Fernandez
ca91a4a6da
Fix
...
Modified ping path and added a comment explaining why init() is called
like that.
2014-07-02 22:39:42 +02:00
Javier Provecho Fernandez
f380265f5d
Added README.md
2014-07-02 22:38:02 +02:00
Javier Provecho Fernandez
6b5e80901f
Added Google App Engine Example
2014-07-02 22:08:37 +02:00
Rajiv Kilaparti
14077b1020
Fix Port usage
...
* Update Server's Listening Port from 8081 ==> 8080
2014-07-01 11:37:13 +05:30
Manu Mtz-Almeida
15216a0883
Initial commit
2014-06-18 01:42:34 +02:00