This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
publics
/
gin-gonic__gin
Следить
0
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
f380265f5d
Ветки
Метки
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
f380265f5d
Added README.md
11 лет назад
..
README.md
f380265f5d
Added README.md
11 лет назад
app.yaml
6b5e80901f
Added Google App Engine Example
11 лет назад
hello.go
6b5e80901f
Added Google App Engine Example
11 лет назад
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/