From 93f97ca235095efd5aa5f1fce654509c8d8c231a Mon Sep 17 00:00:00 2001 From: Anschel Schaffer-Cohen Date: Mon, 29 Nov 2010 09:17:28 -0800 Subject: [PATCH] doc/code.html: fix reference to "gomake build" R=golang-dev, rsc CC=golang-dev https://golang.org/cl/3288042 --- doc/code.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/code.html b/doc/code.html index a5783ce7408..55afe09af33 100644 --- a/doc/code.html +++ b/doc/code.html @@ -192,7 +192,7 @@ GOFILES=\ include $(GOROOT)/src/Make.cmd -

Running gomake build will compile helloworld.go +

Running gomake will compile helloworld.go and produce an executable named helloworld in the current directory.