mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
doc: clarify package uninstall/clean command
Fixes #24864
Change-Id: Iaffd23b368aff663bfc09a4e6277c01e7b5ea48d
GitHub-Last-Rev: 98e39b7bff
GitHub-Pull-Request: golang/go#24865
Reviewed-on: https://go-review.googlesource.com/106986
Reviewed-by: Giovanni Bajo <rasky@develer.com>
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
parent
f613a7bf33
commit
89d576c933
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ If you see the "hello, world" message then your Go installation is working.
|
|||
<p>
|
||||
You can run <code>go</code> <code>install</code> to install the binary into
|
||||
your workspace's <code>bin</code> directory
|
||||
or <code>go</code> <code>clean</code> to remove it.
|
||||
or <code>go</code> <code>clean</code> <code>-i</code> to remove it.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue