From: David Symonds Date: Mon, 4 May 2015 00:37:34 +0000 (+1000) Subject: cmd/go: Update alldocs.go header to point to the correct shell script. X-Git-Tag: go1.5beta1~768 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=10f6d30315536703065cec19ef48d51561a5219a;p=gostls13.git cmd/go: Update alldocs.go header to point to the correct shell script. The script was renamed in b3000b6. Change-Id: I45ecafff7400e4bff14f31906278609abf2bcb9f Reviewed-on: https://go-review.googlesource.com/9667 Reviewed-by: Andrew Gerrand --- diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go index 39233b855b..e0d4a6c0fe 100644 --- a/src/cmd/go/alldocs.go +++ b/src/cmd/go/alldocs.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// DO NOT EDIT THIS FILE. GENERATED BY mkdoc.sh. -// Edit the documentation in other files and rerun mkdoc.sh to generate this one. +// DO NOT EDIT THIS FILE. GENERATED BY mkalldocs.sh. +// Edit the documentation in other files and rerun mkalldocs.sh to generate this one. /* Go is a tool for managing Go source code. diff --git a/src/cmd/go/main.go b/src/cmd/go/main.go index eeea4fa561..b0d74484a6 100644 --- a/src/cmd/go/main.go +++ b/src/cmd/go/main.go @@ -214,8 +214,8 @@ var documentationTemplate = `// Copyright 2011 The Go Authors. All rights reser // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// DO NOT EDIT THIS FILE. GENERATED BY mkdoc.sh. -// Edit the documentation in other files and rerun mkdoc.sh to generate this one. +// DO NOT EDIT THIS FILE. GENERATED BY mkalldocs.sh. +// Edit the documentation in other files and rerun mkalldocs.sh to generate this one. /* {{range .}}{{if .Short}}{{.Short | capitalize}}