1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:34:41 -07:00

doc/code.html: fix reference to "gomake build"

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/3288042
This commit is contained in:
Anschel Schaffer-Cohen 2010-11-29 09:17:28 -08:00 committed by Russ Cox
parent d90d0ede3f
commit 93f97ca235

View File

@ -192,7 +192,7 @@ GOFILES=\
include $(GOROOT)/src/Make.cmd
</pre>
<p>Running <code>gomake build</code> will compile <code>helloworld.go</code>
<p>Running <code>gomake</code> will compile <code>helloworld.go</code>
and produce an executable named <code>helloworld</code> in the current
directory.
</p>