go112

command
v0.0.0-...-83064df Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

README

注意 Warning

Deploying apps using the go111 or go112 runtimes requires the use of Cloud Build which is free for the first 120 minutes of build time per day, but still requires a billing account to be active on a project to in order to be used. 120 minutes of build time is a lot, so most students probably won't go over this limit if you want to try this.

Other notes

The go111 and go112 runtimes for AppEngine change a lot of things. Unlike earlier versions, running via dev_appserver.py is not supported, so you have to run your app by executing it directly. You can do this via

  cd go112
  go run .

You might also consider using air to get automatic rebuilding similar to what dev_appserver.py used to provide, in which case you can run via:

  cd go112
  air

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL