]> Cypherpunks repositories - gostls13.git/commit
doc: use consistent path in example code
authorShulhan <m.shulhan@gmail.com>
Sun, 5 May 2019 03:25:46 +0000 (11:25 +0800)
committerAndrew Bonventre <andybons@golang.org>
Mon, 13 May 2019 16:34:24 +0000 (16:34 +0000)
commitc2f7dd182ea54d53897b16bbab231a59e2a29ba0
tree5ba8d2df26f0e9d30a789a9157549539ff835aaf
parentd41a0a0690ccb699401c7c8904999895b2c92511
doc: use consistent path in example code

Previous section of documentation said that if GOPATH is not set then
it will be default to "$HOME/go", not "$HOME/work".

This change fix the path in example code to "$HOME/go", and while at it
fix the output of git command after commit.

Change-Id: Ifedca6c3997efd07e865c27b7321d755acad0254
Reviewed-on: https://go-review.googlesource.com/c/go/+/175258
Reviewed-by: Andrew Bonventre <andybons@golang.org>
doc/code.html