From 421c33e67890c689ba1a61e5201f789b88b26e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Mo=CC=88hrmann?= Date: Fri, 1 Sep 2017 09:23:47 +0200 Subject: [PATCH] godoc: update out of sync static.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace references to Share by GoogleCN. Fixes golang/go#21725 Change-Id: I6db4aa282cca7c104cbe34b40d152aa53ce07280 Reviewed-on: https://go-review.googlesource.com/60851 Run-TryBot: Martin Möhrmann TryBot-Result: Gobot Gobot Reviewed-by: Andrew Bonventre --- godoc/static/static.go | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/godoc/static/static.go b/godoc/static/static.go index 862ea10438..7a5618f493 100644 --- a/godoc/static/static.go +++ b/godoc/static/static.go @@ -445,7 +445,7 @@ var Files = map[string]string{
Run Format - {{if $.Share}} + {{if not $.GoogleCN}} {{end}}
@@ -496,7 +496,9 @@ var Files = map[string]string{ Packages The Project Help +{{if not .GoogleCN}} Blog +{{end}} {{if .Playground}} Play {{end}} @@ -519,7 +521,7 @@ func main() {
Run Format - {{if $.Share}} + {{if not $.GoogleCN}} {{end}}
@@ -559,7 +561,7 @@ Except as not the content of this page is licensed under the Creative Commons Attribution 3.0 License, and code is licensed under a BSD license.
-Terms of Service | +Terms of Service | Privacy Policy @@ -3007,7 +3009,7 @@ h1 { line-height: 1; } h1 .text-muted { - color:#777; + color:#777; } h2 { font-size: 20px;