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:
parent
d90d0ede3f
commit
93f97ca235
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user