From eae9b6f8acec6c0ba78568e15ceccce7457884b2 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 25 Aug 2019 09:22:51 +0100 Subject: [PATCH] website: specify Go 1.11 and use default godoc repository root Signed-off-by: Elias Naur --- website/go.mod | 2 +- website/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/go.mod b/website/go.mod index 75d73b57..063f1ac9 100644 --- a/website/go.mod +++ b/website/go.mod @@ -1,3 +1,3 @@ module gioui.org/website -go 1.13 +go 1.11 diff --git a/website/main.go b/website/main.go index 77cfc725..dbb9bcf2 100644 --- a/website/main.go +++ b/website/main.go @@ -31,7 +31,7 @@ func vanityHandler(w http.ResponseWriter, r *http.Request) { if r.URL.Query().Get("go-get") == "1" { fmt.Fprintf(w, ` - + `) return }