From 10f6d30315536703065cec19ef48d51561a5219a Mon Sep 17 00:00:00 2001 From: David Symonds Date: Mon, 4 May 2015 10:37:34 +1000 Subject: [PATCH] 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 --- src/cmd/go/alldocs.go | 4 ++-- src/cmd/go/main.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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}} -- 2.48.1