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 36c40ef4db63294df7e49fe4d86eec5d2f7f3c38
parent a55eca1124760e3772982a1d1922410dae3173a2
Author: Ryan Wolf <johnwayne@pseudony.ms>
Date:   Sun,  9 Feb 2020 20:21:00 -0500

update import paths for go 1.11
Diffstat:
Mnovelty.go | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/novelty.go b/novelty.go @@ -1,8 +1,8 @@ package main import ( - "appengine" - "appengine/datastore" + "google.golang.org/appengine" + "google.golang.org/appengine/datastore" "html/template" "net/http" "os"