Skip to content

Commit

Permalink
Add maths chapter to listings
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Jul 14, 2019
1 parent 5e5ff64 commit d1f20c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
13. [Sync](sync.md) - Learn some functionality from the sync package including `WaitGroup` and `Mutex`
13. [Context](context.md) - Use the context package to manage and cancel long-running processes
14. [Intro to property based tests](roman-numerals.md) - Practice some TDD with the Roman Numerals kata and get a brief intro to property based tests
15. [Maths](math.md) - Use the `math` package to draw an SVG clock

### Build an application

Expand Down
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* [Sync](sync.md)
* [Context](context.md)
* [Intro to property based tests](roman-numerals.md)
* [Maths](math.md)

## Build an application

Expand Down
2 changes: 2 additions & 0 deletions build.books.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.pdf -H meta.
sync.md \
context.md \
roman-numerals.md \
math.md \
app-intro.md \
http-server.md \
json.md \
Expand Down Expand Up @@ -46,6 +47,7 @@ docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.epub --latex
sync.md \
context.md \
roman-numerals.md \
math.md \
app-intro.md \
http-server.md \
json.md \
Expand Down
2 changes: 1 addition & 1 deletion meta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

\pagestyle{fancy}
\fancyhf{}
\cfoot{v 9.2.3}
\cfoot{v 10.0.0}

0 comments on commit d1f20c7

Please sign in to comment.