diff --git a/doc/code.html b/doc/code.html index f2dfeebd48..efbe7eed02 100644 --- a/doc/code.html +++ b/doc/code.html @@ -300,7 +300,8 @@ func main() {
Next, run go install
, which builds and installs the binary to
-$GOPATH/bin
:
+$GOPATH/bin
(or $GOBIN
, if set; to simplify
+presentation, this document assumes GOBIN
is unset):