]> Cypherpunks repositories - gostls13.git/commitdiff
doc: there's no such thing as a .cgo file
authorAndrew Gerrand <adg@golang.org>
Fri, 4 Mar 2011 05:28:27 +0000 (16:28 +1100)
committerAndrew Gerrand <adg@golang.org>
Fri, 4 Mar 2011 05:28:27 +0000 (16:28 +1100)
R=rsc
CC=golang-dev
https://golang.org/cl/4264043

doc/code.html

index 06af93727fad51cac048cad006b1cf22f60b2c79..cdc60b0710ed710b0bfe83f4efd7d2de24e20f40 100644 (file)
@@ -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>