]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: reapply doc change from CL 60590044.
authorRuss Cox <rsc@golang.org>
Thu, 17 Apr 2014 02:30:10 +0000 (22:30 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 17 Apr 2014 02:30:10 +0000 (22:30 -0400)
https://golang.org/cl/60590044 edited
doc.go without editing the file it is generated from.
The edit was lost at the next mkdoc.sh.
Make the change in help.go and rerun mkdoc.sh.

Pointed out in the review of CL 68580043.

TBR=iant
CC=golang-codereviews
https://golang.org/cl/88760043

src/cmd/go/doc.go
src/cmd/go/help.go

index 664bc83bdecdfcd20956060db3178296a7dff0bd..65b68d93bc13e05152fce67b9e4fb73ef26d3a8c 100644 (file)
@@ -511,8 +511,8 @@ http://swig.org/.  When running go build, any file with a .swig
 extension will be passed to SWIG.  Any file with a .swigcxx extension
 will be passed to SWIG with the -c++ option.
 
-When either cgo or SWIG is used, go build will pass any .c, .s, or .S
-files to the C compiler, and any .cc, .cpp, .cxx files to the C++
+When either cgo or SWIG is used, go build will pass any .c, .m, .s,
+or .S files to the C compiler, and any .cc, .cpp, .cxx files to the C++
 compiler.  The CC or CXX environment variables may be set to determine
 the C or C++ compiler, respectively, to use.
 
index faa4d9af8282979d361d74b570688d370c55ccc0..0142deee9fa15faeb4f753c43725cffa37c4498a 100644 (file)
@@ -19,8 +19,8 @@ http://swig.org/.  When running go build, any file with a .swig
 extension will be passed to SWIG.  Any file with a .swigcxx extension
 will be passed to SWIG with the -c++ option.
 
-When either cgo or SWIG is used, go build will pass any .c, .s, or .S
-files to the C compiler, and any .cc, .cpp, .cxx files to the C++
+When either cgo or SWIG is used, go build will pass any .c, .m, .s,
+or .S files to the C compiler, and any .cc, .cpp, .cxx files to the C++
 compiler.  The CC or CXX environment variables may be set to determine
 the C or C++ compiler, respectively, to use.
        `,