package
0.0.0-20250116181400-bd9d2b4f5835
Repository: https://github.com/ryanker/gin_v1.git
Documentation: pkg.go.dev
# README
Guide to run Gin under App Engine LOCAL Development Server
- Download, install and setup Go in your computer. (That includes setting your
$GOPATH
.) - Download SDK for your platform from here:
https://cloud.google.com/appengine/docs/standard/go/download
- Download Gin source code using:
$ go get github.com/ryanker/gin_v1
- Navigate to examples folder:
$ cd $GOPATH/src/github.com/ryanker/gin_v1/examples/app-engine/
- Run it:
$ dev_appserver.py .
(notice that you have to run this script by Python2)