full book wip

This commit is contained in:
Mark McGranaghan 2012-10-02 18:29:58 -07:00
parent eb9cf61d06
commit 25dc8ca800
129 changed files with 45 additions and 17 deletions

5
src/001-title/title.html Normal file
View File

@ -0,0 +1,5 @@
<h1>Go by Example</h1>
<h4>Mark McGranaghan</h4>
<p>Version eb9cf61d</p>

View File

@ -0,0 +1,7 @@
<h2>Contents</h2>
<ul class="toc">
<li><a href="#009-for">For</a></li>
<li><a href="#023-pointers">Pointers</a></li>
<li><a href="#041-worker-pools">Worker Pools</a></li>
</ul>

View File

@ -0,0 +1,5 @@
<h2>Introduction</h2>
<p>Why you should care.</p>
<p>This is why.</p>

Some files were not shown because too many files have changed in this diff Show More