From: Michael Hudson-Doyle Date: Tue, 7 Apr 2015 22:30:34 +0000 (+1200) Subject: cmd/go: re-run mkdoc.sh X-Git-Tag: go1.5beta1~1271 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b643684febabf499205f92da06adb02a722ed225;p=gostls13.git 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 --- 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