Skip to content

Commit

Permalink
Fixed git output
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Forbes committed Oct 17, 2018
1 parent 0567c22 commit 01ca903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/code.html
Expand Up @@ -218,7 +218,7 @@ <h3 id="Command">Your first program</h3>
<b>Note:</b> you should ensure this directory lies outwith your <code>$GOPATH</code> unless you have explicitly set
<code>GO111MODULE</code> to <code>on</code>. You can find more about this here: <a href="https://github.com/golang/go/wiki/Modules#how-to-use-modules">How to Use Modules</a>
</p>

w
<pre>
$ <b>mkdir ~/myproject/hello</b>
$ <b>cd ~/myproject/hello</b>
Expand Down Expand Up @@ -315,9 +315,9 @@ <h3 id="Command">Your first program</h3>
</p>

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

0 comments on commit 01ca903

Please sign in to comment.