diff options
author | Andrew Gerrand <adg@golang.org> | 2011-03-04 16:28:27 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2011-03-04 16:28:27 +1100 |
commit | 89f890f266f0cf0d6fa8dc0935139265c0879858 (patch) | |
tree | 600a69a252ce250ec2a52256683338bdda13cc28 /doc/code.html | |
parent | aef4e1c3492908425d4cefd78ae8dd8a765988b9 (diff) | |
download | go-git-89f890f266f0cf0d6fa8dc0935139265c0879858.tar.gz |
doc: there's no such thing as a .cgo file
R=rsc
CC=golang-dev
https://golang.org/cl/4264043
Diffstat (limited to 'doc/code.html')
-rw-r--r-- | doc/code.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 </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> |