]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: remove double space in template
authorMarcel van Lohuizen <mpvl@golang.org>
Fri, 25 Mar 2016 09:16:40 +0000 (10:16 +0100)
committerMarcel van Lohuizen <mpvl@golang.org>
Fri, 25 Mar 2016 09:33:26 +0000 (09:33 +0000)
Change-Id: I6113145baa727b9fd103765f74dc5d7af86dfdf8
Reviewed-on: https://go-review.googlesource.com/21131
Run-TryBot: Marcel van Lohuizen <mpvl@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/main.go

index 0f3747d51d4d39c0e5f6f3af0b9d5d3bbb477b9e..a58ffe86132ccaa32033a7a2a76d221019de9029 100644 (file)
@@ -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.
 
index 4e0987d69e6bf4da05205c799f9aa8e5d71dc4c0..177c2af190eddcf19bd858b33519c4ee89576c98 100644 (file)
@@ -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.