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

  1. Download, install and setup Go in your computer. (That includes setting your $GOPATH.)
  2. Download SDK for your platform from here: https://cloud.google.com/appengine/docs/standard/go/download
  3. Download ego source code using: $ go get github.com/go-ego/ego
  4. Navigate to examples folder: $ cd $GOPATH/src/github.com/go-ego/ego/examples//app-engine
  1. Run it: $ dev_appserver.py . (notice that you have to run this script by Python2)