From b643684febabf499205f92da06adb02a722ed225 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Wed, 8 Apr 2015 10:30:34 +1200 Subject: [PATCH] cmd/go: re-run mkdoc.sh Adds $DOLLAR to doc.go Change-Id: Ia0ccdd9b5292010297ae95debab4acf50d3c4d9c Reviewed-on: https://go-review.googlesource.com/8600 Reviewed-by: Ian Lance Taylor --- src/cmd/go/doc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cmd/go/doc.go b/src/cmd/go/doc.go index ba1a707132..58905d913f 100644 --- a/src/cmd/go/doc.go +++ b/src/cmd/go/doc.go @@ -271,6 +271,8 @@ Go generate sets several variables when it runs the generator: The base name of the file. $GOPACKAGE The name of the package of the file containing the directive. + $DOLLAR + A dollar sign. Other than variable substitution and quoted-string evaluation, no special processing such as "globbing" is performed on the command -- 2.48.1