1
0
mirror of https://github.com/golang/go synced 2024-11-21 09:34:45 -07:00

doc: there's no such thing as a .cgo file

R=rsc
CC=golang-dev
https://golang.org/cl/4264043
This commit is contained in:
Andrew Gerrand 2011-03-04 16:28:27 +11:00
parent aef4e1c349
commit 89f890f266

View 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>