项目作者: david-j-davis

项目描述 :
Go lang on app engine standard go 1.11 boilerplate
高级语言: Go
项目地址: git://github.com/david-j-davis/golang-app-engine-boilerplate.git


Quickstart

  1. Download gCloud SDK
  2. Set your project in Cloud Shell with the following command: gcloud config set project [YOUR_PROJECT_ID]
  3. Deploy your app to App Engine with the following command: gcloud app deploy
  4. View live app on https://[YOUR_PROJECT_ID].appspot.com with the following command: gcloud app browse