File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 39
39
13 . [ Sync] ( sync.md ) - Learn some functionality from the sync package including ` WaitGroup ` and ` Mutex `
40
40
13 . [ Context] ( context.md ) - Use the context package to manage and cancel long-running processes
41
41
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
42
43
43
44
### Build an application
44
45
Original file line number Diff line number Diff line change 20
20
* [ Sync] ( sync.md )
21
21
* [ Context] ( context.md )
22
22
* [ Intro to property based tests] ( roman-numerals.md )
23
+ * [ Maths] ( math.md )
23
24
24
25
## Build an application
25
26
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.pdf -H meta.
19
19
sync.md \
20
20
context.md \
21
21
roman-numerals.md \
22
+ math.md \
22
23
app-intro.md \
23
24
http-server.md \
24
25
json.md \
@@ -46,6 +47,7 @@ docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.epub --latex
46
47
sync.md \
47
48
context.md \
48
49
roman-numerals.md \
50
+ math.md \
49
51
app-intro.md \
50
52
http-server.md \
51
53
json.md \
Original file line number Diff line number Diff line change 2
2
3
3
\pagestyle {fancy}
4
4
\fancyhf {}
5
- \cfoot {v 9.2.3 }
5
+ \cfoot {v 10.0.0 }
You can’t perform that action at this time.
0 commit comments