diff --git a/doc/code.html b/doc/code.html index b6d41ef68ca16..1e380001e03a6 100644 --- a/doc/code.html +++ b/doc/code.html @@ -304,12 +304,12 @@

Your first program

 $ cd $GOPATH/src/github.com/user/hello
 $ git init
-Initialized empty Git repository in /home/user/work/src/github.com/user/hello/.git/
+Initialized empty Git repository in /home/user/go/src/github.com/user/hello/.git/
 $ git add hello.go
 $ git commit -m "initial commit"
 [master (root-commit) 0b4507d] initial commit
- 1 file changed, 1 insertion(+)
-  create mode 100644 hello.go
+ 1 file changed, 7 insertion(+)
+ create mode 100644 hello.go