From 89f890f266f0cf0d6fa8dc0935139265c0879858 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 4 Mar 2011 16:28:27 +1100 Subject: [PATCH] doc: there's no such thing as a .cgo file R=rsc CC=golang-dev https://golang.org/cl/4264043 --- doc/code.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/code.html b/doc/code.html index 06af93727fa..cdc60b0710e 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.