From: Andrew Gerrand Date: Fri, 4 Mar 2011 05:28:27 +0000 (+1100) Subject: doc: there's no such thing as a .cgo file X-Git-Tag: weekly.2011-03-07~31 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=89f890f266f0cf0d6fa8dc0935139265c0879858;p=gostls13.git doc: there's no such thing as a .cgo file R=rsc CC=golang-dev https://golang.org/cl/4264043 --- 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 -

The same holds for .s (assembly) and .cgo files.

+

The same holds for .s (assembly) files.