aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2011-03-04 16:28:27 +1100
committerAndrew Gerrand <adg@golang.org>2011-03-04 16:28:27 +1100
commit89f890f266f0cf0d6fa8dc0935139265c0879858 (patch)
tree600a69a252ce250ec2a52256683338bdda13cc28
parentaef4e1c3492908425d4cefd78ae8dd8a765988b9 (diff)
downloadgo-89f890f266f0cf0d6fa8dc0935139265c0879858.tar.gz
go-89f890f266f0cf0d6fa8dc0935139265c0879858.zip
doc: there's no such thing as a .cgo file
R=rsc CC=golang-dev https://golang.org/cl/4264043
-rw-r--r--doc/code.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/code.html b/doc/code.html
index 06af93727f..cdc60b0710 100644
--- a/doc/code.html
+++ b/doc/code.html
@@ -365,4 +365,4 @@ my_$(GOARCH).go
my_$(GOOS)_$(GOARCH).go
</pre>
-<p>The same holds for <code>.s</code> (assembly) and <code>.cgo</code> files.</p>
+<p>The same holds for <code>.s</code> (assembly) files.</p>