mirror of https://github.com/golang/go.git
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:
parent
aef4e1c349
commit
89f890f266
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue