From: Felix Kollmann Date: Sat, 14 Apr 2018 23:01:10 +0000 (+0000) Subject: doc: clarify package uninstall/clean command X-Git-Tag: go1.11beta1~800 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=89d576c933442ce0e3e78686db17a05de0a3dc8c;p=gostls13.git doc: clarify package uninstall/clean command Fixes #24864 Change-Id: Iaffd23b368aff663bfc09a4e6277c01e7b5ea48d GitHub-Last-Rev: 98e39b7bff6e646d48c0bf961aee0075a9034ab2 GitHub-Pull-Request: golang/go#24865 Reviewed-on: https://go-review.googlesource.com/106986 Reviewed-by: Giovanni Bajo Reviewed-by: Rob Pike --- diff --git a/doc/install.html b/doc/install.html index 9d78e3a0c8..ee1516ac47 100644 --- a/doc/install.html +++ b/doc/install.html @@ -286,7 +286,7 @@ If you see the "hello, world" message then your Go installation is working.

You can run go install to install the binary into your workspace's bin directory -or go clean to remove it. +or go clean -i to remove it.