This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
publics
/
gin-gonic__gin
Seguir
0
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
ca91a4a6da
Ramas
Etiquetas
benchmarks
better-bind-errors
master
new-catch-all
thinkerou-patch-1
v1.4.0
v1.3.0
v1.2
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1
v1.0
v1.0-rc.2
v1.0rc1
v0.6
v0.5
v0.4
v0.3
v0.2b
v0.1
gin-gonic__gin
/
examples
/
app-engine
Javier Provecho Fernandez
ca91a4a6da
Fix
%!s(int64=11) %!d(string=hai) anos
..
README.md
f380265f5d
Added README.md
%!s(int64=11) %!d(string=hai) anos
app.yaml
6b5e80901f
Added Google App Engine Example
%!s(int64=11) %!d(string=hai) anos
hello.go
ca91a4a6da
Fix
%!s(int64=11) %!d(string=hai) anos
README.md
Guide to run Gin under App Engine Development Server
Download, install and setup Go in your computer. (That includes setting your $GOPATH.)
Download SDK for your platform from here:
https://developers.google.com/appengine/downloads?hl=es#Google_App_Engine_SDK_for_Go
Download Gin source code using: $ go get github.com/gin-gonic/gin
Navigate to examples folder: $ cd $GOPATH/src/github.com/gin-gonic/gin/examples/
Run it: $ goapp serve app-engine/