package
0.0.0-20200410162016-263eb77d34e2
Repository: https://github.com/go-ego/ego.git
Documentation: pkg.go.dev
# README
Guide to run ego 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 ego source code using:
$ go get github.com/go-ego/ego
- Navigate to examples folder:
$ cd $GOPATH/src/github.com/go-ego/ego/examples//app-engine
- Run it:
$ dev_appserver.py .
(notice that you have to run this script by Python2)