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
1 changed files with 1 additions and 1 deletions

View File

@ -365,4 +365,4 @@ my_$(GOARCH).go
my_$(GOOS)_$(GOARCH).go my_$(GOOS)_$(GOARCH).go
</pre> </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>