From 01ca90379a34f36e10b7ad5df2a6a648dfbb9c31 Mon Sep 17 00:00:00 2001 From: Elliot Forbes Date: Wed, 17 Oct 2018 13:42:11 +0100 Subject: [PATCH] Fixed git output --- doc/code.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/code.html b/doc/code.html index b06bbff7f7156..2650914115532 100644 --- a/doc/code.html +++ b/doc/code.html @@ -218,7 +218,7 @@

Your first program

Note: you should ensure this directory lies outwith your $GOPATH unless you have explicitly set GO111MODULE to on. You can find more about this here: How to Use Modules

- +w
 $ mkdir ~/myproject/hello
 $ cd ~/myproject/hello
@@ -315,9 +315,9 @@ 

Your first program

-$ cd ~/myproject/hello
+$ cd ~/myProject/hello
 $ git init
-Initialized empty Git repository in /home/user/work/src/github.com/user/hello/.git/
+Initialized empty Git repository in ~/myProject/hello/.git/
 $ git add hello.go
 $ git commit -m "initial commit"
 [master (root-commit) 0b4507d] initial commit