Skip to content

Commit d1f20c7

Browse files
committed
Add maths chapter to listings
1 parent 5e5ff64 commit d1f20c7

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
13. [Sync](sync.md) - Learn some functionality from the sync package including `WaitGroup` and `Mutex`
4040
13. [Context](context.md) - Use the context package to manage and cancel long-running processes
4141
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
42+
15. [Maths](math.md) - Use the `math` package to draw an SVG clock
4243

4344
### Build an application
4445

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* [Sync](sync.md)
2121
* [Context](context.md)
2222
* [Intro to property based tests](roman-numerals.md)
23+
* [Maths](math.md)
2324

2425
## Build an application
2526

build.books.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.pdf -H meta.
1919
sync.md \
2020
context.md \
2121
roman-numerals.md \
22+
math.md \
2223
app-intro.md \
2324
http-server.md \
2425
json.md \
@@ -46,6 +47,7 @@ docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.epub --latex
4647
sync.md \
4748
context.md \
4849
roman-numerals.md \
50+
math.md \
4951
app-intro.md \
5052
http-server.md \
5153
json.md \

meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
\pagestyle{fancy}
44
\fancyhf{}
5-
\cfoot{v 9.2.3}
5+
\cfoot{v 10.0.0}

0 commit comments

Comments
 (0)