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.