novelty.go

Single word (yes/no) site for app engine in go
git clone https://wehaveforgeathome.hates.computer/novelty.go.git
Log | Files | Refs | LICENSE

commit 779060b430ac42fb79463cb473d58315f70580f4
parent 36c40ef4db63294df7e49fe4d86eec5d2f7f3c38
Author: Ryan Wolf <johnwayne@pseudony.ms>
Date:   Sun,  9 Feb 2020 20:27:21 -0500

Set go111 in runtime, rm app_version

See: https://cloud.google.com/appengine/docs/standard/go111/go-differences#app-yaml
Diffstat:
Mapp.yaml.example | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app.yaml.example b/app.yaml.example @@ -1,5 +1,4 @@ -runtime: go -api_version: go111 +runtime: go111 env_variables: PASSWORD: 'EXAMPLE_PASSWORD'