mirror of
https://github.com/golang/go
synced 2024-11-26 01:57:56 -07:00
doc: fix typos and trailing spaces
R=golang-dev, adg CC=golang-dev https://golang.org/cl/8285044
This commit is contained in:
parent
02fa4a7e3e
commit
5977e34741
@ -219,7 +219,7 @@ $ <b>go install</b>
|
|||||||
This command builds the <code>hello</code> command, producing an executable
|
This command builds the <code>hello</code> command, producing an executable
|
||||||
binary. It then installs that binary to the workspace's <code>bin</code>
|
binary. It then installs that binary to the workspace's <code>bin</code>
|
||||||
directory as <code>hello</code> (or, under Windows, <code>hello.exe</code>).
|
directory as <code>hello</code> (or, under Windows, <code>hello.exe</code>).
|
||||||
In our example, tha will be <code>$GOPATH/bin/hello</code>, which is
|
In our example, that will be <code>$GOPATH/bin/hello</code>, which is
|
||||||
<code>$HOME/go/bin/hello</code>.
|
<code>$HOME/go/bin/hello</code>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -398,7 +398,7 @@ and will reflect the operating system and architecture of your system.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Go command exectuables are statically linked; the package objects need not
|
Go command executables are statically linked; the package objects need not
|
||||||
be present to run Go programs.
|
be present to run Go programs.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user