Skip to content

Commit b643684

Browse files
mwhudsonianlancetaylor
authored andcommitted
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 <[email protected]>
1 parent e21154f commit b643684

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cmd/go/doc.go

+2
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ Go generate sets several variables when it runs the generator:
271271
The base name of the file.
272272
$GOPACKAGE
273273
The name of the package of the file containing the directive.
274+
$DOLLAR
275+
A dollar sign.
274276
275277
Other than variable substitution and quoted-string evaluation, no
276278
special processing such as "globbing" is performed on the command

0 commit comments

Comments
 (0)