From: Marcel van Lohuizen Date: Fri, 25 Mar 2016 09:16:40 +0000 (+0100) Subject: cmd/go: remove double space in template X-Git-Tag: go1.7beta1~1101 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4e31221bd1ea3e35db4a236f656619dbba13ff6d;p=gostls13.git cmd/go: remove double space in template Change-Id: I6113145baa727b9fd103765f74dc5d7af86dfdf8 Reviewed-on: https://go-review.googlesource.com/21131 Run-TryBot: Marcel van Lohuizen Reviewed-by: Brad Fitzpatrick --- diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go index 0f3747d51d..a58ffe8613 100644 --- a/src/cmd/go/alldocs.go +++ b/src/cmd/go/alldocs.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/src/cmd/go/main.go b/src/cmd/go/main.go index 4e0987d69e..177c2af190 100644 --- a/src/cmd/go/main.go +++ b/src/cmd/go/main.go @@ -214,7 +214,7 @@ var helpTemplate = `{{if .Runnable}}usage: go {{.UsageLine}} {{end}}{{.Long | trim}} ` -var documentationTemplate = `// Copyright 2011 The Go Authors. All rights reserved. +var documentationTemplate = `// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.